This container can be installed as BIBBOX APP or standalone.
After the docker installation follow these instructions.
Clone the github repository. If necessary change the ports in the environment file .env
and the volume mounts in docker-compose.yml
.
git clone https://github.com/bibbox/app-jupyter
cd app-jupyter
docker network create bibbox-default-network
docker-compose up -d
At the bottom of the log file displayed there will be a link (starting with http://127.0.0.1:8888/?token=) you can follow to access the Notebook the token there will be set automatically.
The main App can be opened and set up at:
http://localhost:8888
Visit the BIBBOX page and find the App by its name in the store. Click on the symbol and select install. Then fill the parameters below and name your App, click install again.
- JUPYTER_TOKEN = Configures Jupyter Notebook to require the given plain-text token. Should be combined with USE_HTTPS on untrusted networks. Note that this option is not recommended for production!
The default values for the standalone installation are:
- JUPYTER_TOKEN = token
- ./notebooks:/home/jovyan/work