Advertisement
Guest User

Untitled

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