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
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
MattKravetz
changed the title
Adding notebooks when using docker-compose
Question: How to add notebooks when using docker-compose
Feb 9, 2017
MattKravetz
changed the title
Question: How to add notebooks when using docker-compose
Question: How to add notebooks when using docker-compose?
Feb 9, 2017
I got this to work by using a fork of this project, created by apurva3000 (link: https://github.com/apurva3000/tmpnb/tree/user_mount_point). In case anyone else is running into the same issue, the docker-compose.yml file copied below worked for me. /path/on/docker/machine/ in the snippet below should be replaced with whatever folder you want to appear in the notebooks list. I'm sure there has to be a more straightforward way of adding notebooks... but this will get the job done!
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!
The text was updated successfully, but these errors were encountered: