Guest User

Untitled

a guest
Sep 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "Welcome to my Jupyter Notebook!\n",
  8. "Here I will paste some code along with markdown text for capstone project submissions."
  9. ]
  10. },
  11. {
  12. "cell_type": "code",
  13. "execution_count": 1,
  14. "metadata": {},
  15. "outputs": [
  16. {
  17. "name": "stdout",
  18. "output_type": "stream",
  19. "text": [
  20. "Hello Capstone Project Course!\n"
  21. ]
  22. }
  23. ],
  24. "source": [
  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. "metadata": {
  40. "kernelspec": {
  41. "display_name": "Python 3",
  42. "language": "python",
  43. "name": "python3"
  44. },
  45. "language_info": {
  46. "codemirror_mode": {
  47. "name": "ipython",
  48. "version": 3
  49. },
  50. "file_extension": ".py",
  51. "mimetype": "text/x-python",
  52. "name": "python",
  53. "nbconvert_exporter": "python",
  54. "pygments_lexer": "ipython3",
  55. "version": "3.6.5"
  56. }
  57. },
  58. "nbformat": 4,
  59. "nbformat_minor": 2
  60. }
Add Comment
Please, Sign In to add comment