Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. {
  2. "nbformat_minor": 1,
  3. "cells": [
  4. {
  5. "source": "# My Jupyter Notebook on IBM Data Science Experience",
  6. "cell_type": "markdown",
  7. "metadata": {
  8. "collapsed": true
  9. }
  10. },
  11. {
  12. "source": "**Manoj Kumar Bhobhariya** \nStudent-> Data Scientist",
  13. "cell_type": "markdown",
  14. "metadata": {}
  15. },
  16. {
  17. "source": "_I want to learn data science on order to make a career in big data and keep abreast of the new technology that is based on the data science._",
  18. "cell_type": "markdown",
  19. "metadata": {}
  20. },
  21. {
  22. "source": "### Multiply",
  23. "cell_type": "markdown",
  24. "metadata": {}
  25. },
  26. {
  27. "execution_count": 1,
  28. "cell_type": "code",
  29. "metadata": {},
  30. "outputs": [
  31. {
  32. "execution_count": 1,
  33. "metadata": {},
  34. "data": {
  35. "text/plain": "5555"
  36. },
  37. "output_type": "execute_result"
  38. }
  39. ],
  40. "source": "101*55"
  41. },
  42. {
  43. "source": "| Name | age | occupation |\n| ------------- |:-------------:| -----:|\n| Alex | 26 | Lawyer |\n| John | 22 | student |\n\n___\n\n1. Name\n2. Age\n3. Occupation\n***\n~~Happy Learning~~\n\n",
  44. "cell_type": "markdown",
  45. "metadata": {}
  46. },
  47. {
  48. "execution_count": null,
  49. "cell_type": "code",
  50. "metadata": {},
  51. "outputs": [],
  52. "source": ""
  53. }
  54. ],
  55. "metadata": {
  56. "kernelspec": {
  57. "display_name": "Python 3.5",
  58. "name": "python3",
  59. "language": "python"
  60. },
  61. "language_info": {
  62. "mimetype": "text/x-python",
  63. "nbconvert_exporter": "python",
  64. "version": "3.5.5",
  65. "name": "python",
  66. "file_extension": ".py",
  67. "pygments_lexer": "ipython3",
  68. "codemirror_mode": {
  69. "version": 3,
  70. "name": "ipython"
  71. }
  72. }
  73. },
  74. "nbformat": 4
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement