Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "**<font size=\"4\">This notebook will be mainly used for the capstone project.</font>**"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "You can also see my codes on online jupyter notebook"
  15. ]
  16. },
  17. {
  18. "cell_type": "code",
  19. "execution_count": 2,
  20. "metadata": {},
  21. "outputs": [
  22. {
  23. "name": "stdout",
  24. "output_type": "stream",
  25. "text": [
  26. "Hello Capstone Project Course!\n"
  27. ]
  28. }
  29. ],
  30. "source": [
  31. "import pandas as pd\n",
  32. "import numpy as np\n",
  33. "\n",
  34. "print(\"Hello Capstone Project Course!\")"
  35. ]
  36. },
  37. {
  38. "cell_type": "code",
  39. "execution_count": null,
  40. "metadata": {},
  41. "outputs": [],
  42. "source": []
  43. }
  44. ],
  45. "metadata": {
  46. "kernelspec": {
  47. "display_name": "Python 3",
  48. "language": "python",
  49. "name": "python3"
  50. },
  51. "language_info": {
  52. "codemirror_mode": {
  53. "name": "ipython",
  54. "version": 3
  55. },
  56. "file_extension": ".py",
  57. "mimetype": "text/x-python",
  58. "name": "python",
  59. "nbconvert_exporter": "python",
  60. "pygments_lexer": "ipython3",
  61. "version": "3.6.7"
  62. }
  63. },
  64. "nbformat": 4,
  65. "nbformat_minor": 4
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement