Guest User

Untitled

a guest
Jan 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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"
  8. ]
  9. },
  10. {
  11. "cell_type": "code",
  12. "execution_count": 2,
  13. "metadata": {},
  14. "outputs": [],
  15. "source": [
  16. "import pandas as pd\n",
  17. "import numpy as np"
  18. ]
  19. },
  20. {
  21. "cell_type": "code",
  22. "execution_count": 3,
  23. "metadata": {},
  24. "outputs": [
  25. {
  26. "name": "stdout",
  27. "output_type": "stream",
  28. "text": [
  29. "Hello Capstone Project Course!\n"
  30. ]
  31. }
  32. ],
  33. "source": [
  34. "print('Hello Capstone Project Course!')"
  35. ]
  36. }
  37. ],
  38. "metadata": {
  39. "kernelspec": {
  40. "display_name": "Python 3",
  41. "language": "python",
  42. "name": "python3"
  43. },
  44. "language_info": {
  45. "codemirror_mode": {
  46. "name": "ipython",
  47. "version": 3
  48. },
  49. "file_extension": ".py",
  50. "mimetype": "text/x-python",
  51. "name": "python",
  52. "nbconvert_exporter": "python",
  53. "pygments_lexer": "ipython3",
  54. "version": "3.6.6"
  55. }
  56. },
  57. "nbformat": 4,
  58. "nbformat_minor": 2
  59. }
Add Comment
Please, Sign In to add comment