Advertisement
Guest User

Untitled

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