Skip to content

kyo1/docker-compose-jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published