- Python3
- SageMath
- Julia
$ git clone https://github.com/kyo1/docker-compose-jupyterlab.git
$ cd docker-compose-jupyterlab
$ docker compose up
$ docker compose stop
$ docker compose build
$ docker compose up
Attach to the container and execute the following command.
$ python3 -c "from jupyter_server.auth import passwd; print(passwd())"
Change ACCESS_TOKEN
in .env
.