Guest User

Untitled

a guest
Jan 18th, 2019
67
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. "# Capstone project"
  8. ]
  9. },
  10. {
  11. "cell_type": "code",
  12. "execution_count": 1,
  13. "metadata": {},
  14. "outputs": [],
  15. "source": [
  16. "import pandas as pd\n",
  17. "import numpy as np"
  18. ]
  19. },
  20. {
  21. "cell_type": "markdown",
  22. "metadata": {},
  23. "source": [
  24. "## Hello Capstone Project Course!"
  25. ]
  26. },
  27. {
  28. "cell_type": "code",
  29. "execution_count": null,
  30. "metadata": {},
  31. "outputs": [],
  32. "source": []
  33. }
  34. ],
  35. "metadata": {
  36. "kernelspec": {
  37. "display_name": "Python 3",
  38. "language": "python",
  39. "name": "python3"
  40. },
  41. "language_info": {
  42. "codemirror_mode": {
  43. "name": "ipython",
  44. "version": 3
  45. },
  46. "file_extension": ".py",
  47. "mimetype": "text/x-python",
  48. "name": "python",
  49. "nbconvert_exporter": "python",
  50. "pygments_lexer": "ipython3",
  51. "version": "3.6.6"
  52. }
  53. },
  54. "nbformat": 4,
  55. "nbformat_minor": 2
  56. }
Add Comment
Please, Sign In to add comment