Skip to content

Instantly share code, notes, and snippets.

@subhacom
Last active June 9, 2019 16:21
Show Gist options
  • Save subhacom/3dc0e97510df53aab96779f9ae9e920d to your computer and use it in GitHub Desktop.
Save subhacom/3dc0e97510df53aab96779f9ae9e920d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "nVN6EFJcseg5",
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"## About Jupyter environments"
]
},
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "nVN6EFJcseg5",
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"# This has duplicate `id` and may not show in Colab"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"- You can install Python/Jupyter on your own computer"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- Or you can use environments available on the cloud\n",
" - binder\n",
" - colaboratory\n",
" - kaggle\n",
" - azure"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Non-empty metadata but no `id`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"As of 2019-06-08, the second list above wll be missing in Colab"
]
}
],
"metadata": {
"celltoolbar": "Slideshow",
"colab": {
"collapsed_sections": [],
"include_colab_link": true,
"name": "colab_bug.ipynb",
"private_outputs": true,
"provenance": [],
"version": "0.3.2"
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment