Advertisement
Guest User

Untitled

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