Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "Welcome to Capestone Project"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "This notebook willbe used for the Capestone Project"
  15. ]
  16. },
  17. {
  18. "cell_type": "code",
  19. "execution_count": 1,
  20. "metadata": {},
  21. "outputs": [],
  22. "source": [
  23. "import pandas as pd"
  24. ]
  25. },
  26. {
  27. "cell_type": "code",
  28. "execution_count": 2,
  29. "metadata": {},
  30. "outputs": [],
  31. "source": [
  32. "import numpy as np "
  33. ]
  34. },
  35. {
  36. "cell_type": "code",
  37. "execution_count": 4,
  38. "metadata": {},
  39. "outputs": [
  40. {
  41. "name": "stdout",
  42. "output_type": "stream",
  43. "text": [
  44. "Hello Capestone Project Course!\n"
  45. ]
  46. }
  47. ],
  48. "source": [
  49. "print (\"Hello Capestone Project Course!\")"
  50. ]
  51. }
  52. ],
  53. "metadata": {
  54. "kernelspec": {
  55. "display_name": "Python 3",
  56. "language": "python",
  57. "name": "python3"
  58. },
  59. "language_info": {
  60. "codemirror_mode": {
  61. "name": "ipython",
  62. "version": 3
  63. },
  64. "file_extension": ".py",
  65. "mimetype": "text/x-python",
  66. "name": "python",
  67. "nbconvert_exporter": "python",
  68. "pygments_lexer": "ipython3",
  69. "version": "3.6.8"
  70. }
  71. },
  72. "nbformat": 4,
  73. "nbformat_minor": 2
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement