Advertisement
Guest User

Untitled

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