Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# My Jupyter Notebook on IBM Data Science Experience"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "**Florian Noichl** \n",
  15. "Junior Project Manager"
  16. ]
  17. },
  18. {
  19. "cell_type": "markdown",
  20. "metadata": {},
  21. "source": [
  22. "*My interest in Data Science comes from a strong curiosity to learn trends and derive predictions from data. I am pursuing this course to facilitate my start into a Data Science career as an engineer.*"
  23. ]
  24. },
  25. {
  26. "cell_type": "markdown",
  27. "metadata": {},
  28. "source": [
  29. "### Calculates \"1 + 1\", ctrl+ent to run and show result"
  30. ]
  31. },
  32. {
  33. "cell_type": "code",
  34. "execution_count": 10,
  35. "metadata": {},
  36. "outputs": [
  37. {
  38. "data": {
  39. "text/plain": [
  40. "2"
  41. ]
  42. },
  43. "execution_count": 10,
  44. "metadata": {},
  45. "output_type": "execute_result"
  46. }
  47. ],
  48. "source": [
  49. "1+1"
  50. ]
  51. },
  52. {
  53. "cell_type": "markdown",
  54. "metadata": {},
  55. "source": [
  56. "1. First item\n",
  57. "2. Second item\n",
  58. "3. Third item\n",
  59. "----\n",
  60. "* Item A\n",
  61. "* Item B\n",
  62. "* Item C\n",
  63. "----\n",
  64. "Example | Table | Exercise\n",
  65. "--- | --- | ---\n",
  66. "random | cell | content\n",
  67. "1 | 2 | 3\n",
  68. "\n",
  69. "----\n"
  70. ]
  71. }
  72. ],
  73. "metadata": {
  74. "kernelspec": {
  75. "display_name": "Python 3",
  76. "language": "python",
  77. "name": "python3"
  78. },
  79. "language_info": {
  80. "codemirror_mode": {
  81. "name": "ipython",
  82. "version": 3
  83. },
  84. "file_extension": ".py",
  85. "mimetype": "text/x-python",
  86. "name": "python",
  87. "nbconvert_exporter": "python",
  88. "pygments_lexer": "ipython3",
  89. "version": "3.6.8"
  90. }
  91. },
  92. "nbformat": 4,
  93. "nbformat_minor": 2
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement