Advertisement
Guest User

Untitled

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