Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
87
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. "colab_type": "text",
  7. "id": "nVN6EFJcseg5",
  8. "slideshow": {
  9. "slide_type": "slide"
  10. }
  11. },
  12. "source": [
  13. "## About Jupyter environments"
  14. ]
  15. },
  16. {
  17. "cell_type": "markdown",
  18. "metadata": {
  19. "slideshow": {
  20. "slide_type": "fragment"
  21. }
  22. },
  23. "source": [
  24. "- You can install Python/Jupyter on your own computer"
  25. ]
  26. },
  27. {
  28. "cell_type": "markdown",
  29. "metadata": {
  30. "colab_type": "text",
  31. "id": "nVN6EFJcseg5",
  32. "slideshow": {
  33. "slide_type": "fragment"
  34. }
  35. },
  36. "source": [
  37. "- Or you can use environments available on the cloud\n",
  38. " - binder\n",
  39. " - colaboratory\n",
  40. " - kaggle\n",
  41. " - azure"
  42. ]
  43. },
  44. {
  45. "cell_type": "markdown",
  46. "metadata": {},
  47. "source": [
  48. "As of 2019-06-08, the second list above wll be missing in Colab"
  49. ]
  50. }
  51. ],
  52. "metadata": {
  53. "celltoolbar": "Slideshow",
  54. "colab": {
  55. "collapsed_sections": [],
  56. "include_colab_link": true,
  57. "name": "colab_bug.ipynb",
  58. "private_outputs": true,
  59. "provenance": [],
  60. "version": "0.3.2"
  61. },
  62. "kernelspec": {
  63. "display_name": "Python 3",
  64. "language": "python",
  65. "name": "python3"
  66. },
  67. "language_info": {
  68. "codemirror_mode": {
  69. "name": "ipython",
  70. "version": 3
  71. },
  72. "file_extension": ".py",
  73. "mimetype": "text/x-python",
  74. "name": "python",
  75. "nbconvert_exporter": "python",
  76. "pygments_lexer": "ipython3",
  77. "version": "3.7.3"
  78. }
  79. },
  80. "nbformat": 4,
  81. "nbformat_minor": 1
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement