https://github.com/iandanforth/isomorphic-notebook
A template notebook that runs in both local Jupyter and in Colab as an entrypoint to a repository.
https://github.com/iandanforth/isomorphic-notebook
Last synced: about 1 month ago
JSON representation
A template notebook that runs in both local Jupyter and in Colab as an entrypoint to a repository.
- Host: GitHub
- URL: https://github.com/iandanforth/isomorphic-notebook
- Owner: iandanforth
- License: mit
- Created: 2019-03-14T19:01:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T22:34:37.000Z (over 7 years ago)
- Last Synced: 2025-07-20T03:03:41.479Z (11 months ago)
- Language: Python
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://addons.mozilla.org/en-US/firefox/addon/open-in-colab/)
[Chrome extension](https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo)