Sharing

To share notebooks between users with a shared directory (/shared): Create /app/data/shared directory and make it accessible by all users. Open a JupyterHub Web…

Deploy Jupyter Hub as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.

DANIAN runs Jupyter Hub as a fully managed service: installation, updates, backups, monitoring and security are handled for you.

See the jupyterhub hosting page for plans, pricing and a free trial.

 

To share notebooks between users with a shared directory (/shared):

Create /app/data/shared directory and make it accessible by all users. Open a JupyterHub Web Terminal.

mkdir /app/data/shared

chmod 0777 /app/data/shared

Then, edit /app/data/customconfig.py , add the configuration:

c.DockerSpawner.volumes['/app/data/shared'] = '/home/jovyan/shared'

  1. Remove existing user notebook workspaces by running /app/code/remove_notebook_containers.py in JupyterHub's Web Terminal.

Restart the app

 

Explore the platform

Find more information about our company, platform, and services on our website.

Visit danian.co