Advertisement
Guest User

Untitled

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