Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I believe the actual integration of Jupyterhub to Clowder is working, what needs to be fixed is the prepopulating of singe-user containers with a pre-populated notebook
The contents are in the jupyterhub directory. The notebook we want to pre-populate is called
Clowder_APIs.ipynb
. To set up the environment , in the root directory run./docker-dev.sh jupyter up
(to shut it run./docker-dev.sh jupyter down
), before running the backend and frontend locally.My current attempts involved using
COPY
in theDockerfile.jupyterlab
file but does not show up in the mounted directory and am getting errors when trying to run thepre_spawn_hook
(causing the server to not start) injupyterhub_config.py