Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. " this notebook will be mainly used for the capstone project\n",
  8. " "
  9. ]
  10. },
  11. {
  12. "cell_type": "code",
  13. "execution_count": null,
  14. "metadata": {},
  15. "outputs": [],
  16. "source": [
  17. "import pandas as pd\n",
  18. "import numpy as np"
  19. ]
  20. },
  21. {
  22. "cell_type": "code",
  23. "execution_count": 1,
  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 3",
  49. "language": "python",
  50. "name": "python3"
  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.8"
  63. }
  64. },
  65. "nbformat": 4,
  66. "nbformat_minor": 2
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement