Skip to content

Instantly share code, notes, and snippets.

@bennokr
Last active February 15, 2023 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennokr/3cd40a2b595dbd18d04b556b885e4cfb to your computer and use it in GitHub Desktop.
Save bennokr/3cd40a2b595dbd18d04b556b885e4cfb to your computer and use it in GitHub Desktop.

Jupyter Binder with git collaboration

Binder

This gist can be changed via binder!

name: mybinder-git-collab
channels:
- conda-forge
- anaconda
dependencies:
- ipykernel>=6
- jupyterlab==3.2.9
- numpy
- pip
- git
- pip:
- jupyter_contrib_nbextensions
- jupyterlab-git
- jupyterlab-link-share
- pandas
- matplotlib
{
"LabApp": { "collaborative": true, "expose_app_in_browser": true }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment