Skip to content

quantum-tinkerer/research-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single user Docker image for Jupyterhub

To use it, follow the instructions of Jupyter Docker Stacks, for example:

docker run -d -p 8888:8888 gitlab.kwant-project.org:5005/qt/research-docker start-notebook.sh --NotebookApp.password='sha1:74ba40f8a388:c913541b7ee99d15d5ed31d4226bf7838f83a50e'

To test create a link ln -s /usr/share/testing.ipynb testing.ipynb in the home folder and run the testing notebook.

To add a new feature to test, dump it into the testing notebook.