Skip to content

Commit

Permalink
add google colabs and gh codespaces with jupyterlab to live executabl…
Browse files Browse the repository at this point in the history
…e environments #258
  • Loading branch information
mxochicale committed Jan 23, 2024
1 parent bf76b4a commit 6159b5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/pages/jupyter-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Notebooks can also be a valid alternative to Python scripts for running and reco

## Live executable environment

| Name | Short description | 🚦 | Used by |
| ------------------------------- | ----------------------------------------------------------------- | :-: | ----------------------------------------------------- |
| Name | Short description | 🚦 | Used by |
| --- | ------------------ | :-: | ------- |
| [binder](https://mybinder.org/) | Turns a Git repository into a collection of interactive notebooks | 🟢 | [LiPyphilic](https://github.com/p-j-smith/lipyphilic) |
| [Google Colabs](https://colab.google/) | Colab is a hosted Jupyter Notebook service that requires no setup to use and provides free access to computing resources, including GPUs and TPUs. | 🟢 | |
| [GitHub codespace with JupyterLab](https://docs.github.com/en/codespaces/developing-in-a-codespace/getting-started-with-github-codespaces-for-machine-learning#opening-your-codespace-in-jupyterlab) | A codespace is a development environment that is hosted in the cloud and can run [Python and Jupyter notebooks](https://github.com/github/codespaces-jupyter) | 🟠 |

## Linting

Expand Down

0 comments on commit 6159b5b

Please sign in to comment.