|
|
|
|
|
by santoriv
2700 days ago
|
|
You should check out Binderhub - it uses RepoToDocker to generate a Dockerfile containing all the dependencies listed in requirements.txt in a git repository. Then it spins up a Jupyter Notebook server running in a Docker container with all of your dependencies installed. https://mybinder.org/ |
|