Skip to content

00mjk/docker-compose-jupyterlab

 
 

Repository files navigation

docker-compose-jupyterlab

List of kernel

  • Python3

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 99.0%
  • Shell 1.0%