Advertisement
Guest User

Untitled

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