You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to set up a tmpnb container using docker-compose that will display several pre-built jupyter notebooks to users. This seems like it should be fairly straightforward to do, but I am not seeing this information in the readme or any other issues.
I am using the docker-compose.yml provided in the readme, and have modified it to set the --home_directories flag to the "notebooks" folder on my docker machine that I would like to mount. The notebooks are available in the spawned containers, in the mnt/vol0/ directory, but they are not visible to users in the notebook list. How do I get them in the [user hash]/tree directory?
Hi all,
I would like to set up a tmpnb container using docker-compose that will display several pre-built jupyter notebooks to users. This seems like it should be fairly straightforward to do, but I am not seeing this information in the readme or any other issues.
I am using the docker-compose.yml provided in the readme, and have modified it to set the --home_directories flag to the "notebooks" folder on my docker machine that I would like to mount. The notebooks are available in the spawned containers, in the mnt/vol0/ directory, but they are not visible to users in the notebook list. How do I get them in the [user hash]/tree directory?
Thanks!