Skip to content

kynzie/docker-python-algo-sup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter in docker container

Installation

  1. Install docker and docker-compose from your package manager.
  2. Build the docker image: docker build -t jupyter:algo ..
  3. Test the image: docker run -it --rm -p 8888:8888 -v <path_to_your_dir>:/home/jovyan/ jupyter:algo and then, stop it.
  4. Start the container as a service: WORK_DIR=<path_to_your_dir> docker-compose run --rm --service-ports -d algo-sup. It will return the container name.
  5. Get the token by executing : docker logs <containername>

Packages

This images provides graphviz for python.

About

Docker service for Algorithms lecture in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published