Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "## Coursera Capstone Project\n",
  8. "This notebook will be used for the final Coursera Capstone Project (IBM Data Science Professional)"
  9. ]
  10. },
  11. {
  12. "cell_type": "code",
  13. "execution_count": 1,
  14. "metadata": {},
  15. "outputs": [],
  16. "source": [
  17. "import pandas as np\n",
  18. "import numpy as np"
  19. ]
  20. },
  21. {
  22. "cell_type": "code",
  23. "execution_count": 2,
  24. "metadata": {},
  25. "outputs": [
  26. {
  27. "name": "stdout",
  28. "output_type": "stream",
  29. "text": [
  30. "Hello Capstone Project Course!\n"
  31. ]
  32. }
  33. ],
  34. "source": [
  35. "print(\"Hello Capstone Project Course!\")"
  36. ]
  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",
  49. "language": "python",
  50. "name": "conda-env-python-py"
  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.7"
  63. }
  64. },
  65. "nbformat": 4,
  66. "nbformat_minor": 4
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement