Skip to content

Conversation

@zivy
Copy link
Member

@zivy zivy commented Nov 13, 2025

Adding the option to launch notebooks using Google Colab. Unlike Binder, colab launches each of the notebooks in an independent environment.

To set up the notebook dependencies, the first cell clones the git repository and installs the dependencies from the requirements.txt file. The working directory is changed to the Python directory so that the notebook has access to modules, .py files, used by more than one notebook.

Adding the option to launch notebooks using Google Colab. Unlike
Binder, colab launches each of the notebooks in an independent
environment.

To set up the notebook dependencies, the first cell clones
the git repository and installs the dependencies from the
requirements.txt file. The working directory is changed to the
Python directory so that the notebook has access to modules,
.py files, used by more than one notebook.
@zivy zivy merged commit aede152 into InsightSoftwareConsortium:main Nov 14, 2025
18 of 20 checks passed
@zivy zivy deleted the colab branch November 14, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant