Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
68
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. "# Coursera Capstone Project\n",
  8. "\n",
  9. "This notebook is focused mainly in the activities related to coursera cpstone project"
  10. ]
  11. },
  12. {
  13. "cell_type": "code",
  14. "execution_count": 1,
  15. "metadata": {},
  16. "outputs": [],
  17. "source": [
  18. "import numpy as np \n",
  19. "import pandas as pd"
  20. ]
  21. },
  22. {
  23. "cell_type": "code",
  24. "execution_count": null,
  25. "metadata": {},
  26. "outputs": [],
  27. "source": []
  28. }
  29. ],
  30. "metadata": {
  31. "kernelspec": {
  32. "display_name": "Python 3",
  33. "language": "python",
  34. "name": "python3"
  35. },
  36. "language_info": {
  37. "codemirror_mode": {
  38. "name": "ipython",
  39. "version": 3
  40. },
  41. "file_extension": ".py",
  42. "mimetype": "text/x-python",
  43. "name": "python",
  44. "nbconvert_exporter": "python",
  45. "pygments_lexer": "ipython3",
  46. "version": "3.6.8"
  47. }
  48. },
  49. "nbformat": 4,
  50. "nbformat_minor": 2
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement