iandanforth / isomorphic-notebook

A template notebook that runs in both local Jupyter and in Colab as an entrypoint to a repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isomorphic-notebook

A template notebook that runs in both local Jupyter and in Colab as an entry point to a repository.

Allows your users to interact with your repository in two ways:

  • Clone your repository locally, run jupyter notebook and open main.ipynb
  • Open main.ipynb from Google colab.

Template Usage

  • Initialize a new repository and copy in these files.
  • Update the variables github_account and repository_name in main.ipynb
  • Update the repository information and requires list in setup.py
  • Develop main.ipynb as an entry point into your repository.

You may also want to add the following section to your README.md to encourage your users to install the colab browser plugin so they can launch main.ipynb with one click.

Install Browser Plugin

You can open a github hosted jupyter notebook in colab in one click!

Firefox Addon

Chrome extension

About

A template notebook that runs in both local Jupyter and in Colab as an entrypoint to a repository.

License:MIT License


Languages

Language:Python 63.4%Language:Jupyter Notebook 36.6%