Guest User

Untitled

a guest
Oct 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Capstone Project by **NDarvishev**"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "This is a notebook created for the **IBM Capstone Project**"
  15. ]
  16. },
  17. {
  18. "cell_type": "markdown",
  19. "metadata": {},
  20. "source": [
  21. "___\n",
  22. "I will be using it for building the capstone project."
  23. ]
  24. },
  25. {
  26. "cell_type": "code",
  27. "execution_count": 2,
  28. "metadata": {},
  29. "outputs": [],
  30. "source": [
  31. "import pandas as pd"
  32. ]
  33. },
  34. {
  35. "cell_type": "code",
  36. "execution_count": 4,
  37. "metadata": {},
  38. "outputs": [],
  39. "source": [
  40. "import numpy as np"
  41. ]
  42. },
  43. {
  44. "cell_type": "code",
  45. "execution_count": 6,
  46. "metadata": {},
  47. "outputs": [
  48. {
  49. "name": "stdout",
  50. "output_type": "stream",
  51. "text": [
  52. "Hello Capstone Project Course!\n"
  53. ]
  54. }
  55. ],
  56. "source": [
  57. "print(\"Hello Capstone Project Course!\")"
  58. ]
  59. },
  60. {
  61. "cell_type": "code",
  62. "execution_count": null,
  63. "metadata": {},
  64. "outputs": [],
  65. "source": []
  66. }
  67. ],
  68. "metadata": {
  69. "kernelspec": {
  70. "display_name": "Python 3",
  71. "language": "python",
  72. "name": "python3"
  73. },
  74. "language_info": {
  75. "codemirror_mode": {
  76. "name": "ipython",
  77. "version": 3
  78. },
  79. "file_extension": ".py",
  80. "mimetype": "text/x-python",
  81. "name": "python",
  82. "nbconvert_exporter": "python",
  83. "pygments_lexer": "ipython3",
  84. "version": "3.6.5"
  85. }
  86. },
  87. "nbformat": 4,
  88. "nbformat_minor": 2
  89. }
Add Comment
Please, Sign In to add comment