Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "nbformat_minor": 1,
  3. "cells": [
  4. {
  5. "execution_count": 1,
  6. "cell_type": "code",
  7. "metadata": {},
  8. "outputs": [],
  9. "source": "import pandas as pd\nimport numpy as np"
  10. },
  11. {
  12. "execution_count": 2,
  13. "cell_type": "code",
  14. "metadata": {},
  15. "outputs": [
  16. {
  17. "output_type": "stream",
  18. "name": "stdout",
  19. "text": "IBM Capstone Project\n"
  20. }
  21. ],
  22. "source": "print(\"IBM Capstone Project\")"
  23. },
  24. {
  25. "execution_count": null,
  26. "cell_type": "code",
  27. "metadata": {},
  28. "outputs": [],
  29. "source": ""
  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