Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 517 Bytes

File metadata and controls

37 lines (23 loc) · 517 Bytes

docker-compose-jupyterlab

List of kernel

  • Python3
  • SageMath
  • Julia

How to use

$ git clone https://github.com/kyo1/docker-compose-jupyterlab.git
$ cd docker-compose-jupyterlab
$ docker compose up

Update container

$ docker compose stop
$ docker compose build
$ docker compose up

Change password

Attach to the container and execute the following command.

$ python3 -c "from jupyter_server.auth import passwd; print(passwd())"

Change ACCESS_TOKEN in .env.