nbinteract
nbinteract copied to clipboard
Support dependency files at the command line
Binder supports passing in a requirements.txt
or environment.yml
file to be used in the default binder docker image. This allows simple installation of packages. It seems that currently you are required to create a full github repo with a binder spec. It be nice if we could do:
$ nbinteract -f environment.yml my_notebook_.ipynb