Advertisement
Guest User

Untitled

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