Advertisement
Guest User

Untitled

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