Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 485 Bytes

MuseIT Jupyter Notebooks collection

Warning: you need Docker Desktop or Docker.io installed in your OS.

Copy configuration files and change password or token:

cp .env-sample.py .env
cp config-sample.py config.py

Now you can start notebook by running:

docker-compose up -d

Open Jupyter Notebook instance running on http://0.0.0.0:8888 and enter your password or token from .env file ('museit' is default password).