Skip to content

Instantly share code, notes, and snippets.

@subhacom
Last active June 8, 2019 18:02
Show Gist options
  • Save subhacom/ec5233708e7bb1cd73c2e4e4a7f23156 to your computer and use it in GitHub Desktop.
Save subhacom/ec5233708e7bb1cd73c2e4e4a7f23156 to your computer and use it in GitHub Desktop.
Demonstration of a bug where colab misses out some cells created in Jupyter
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": {
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"- You can install Python/Jupyter on your own computer"
]
},
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "nVN6EFJcseg5",
"slideshow": {
"slide_type": "fragment"
}
},
"source": [
"- Or you can use environments available on the cloud\n",
" - binder\n",
" - colaboratory\n",
" - kaggle\n",
" - azure"
]
},
{
"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