Advertisement
Guest User

Untitled

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