Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
/ anaconda_jupyter Public archive

Docker container config for running jupyter on top of anaconda in a container

Notifications You must be signed in to change notification settings

rowanmoul/anaconda_jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

$ sudo docker-compose up -d from the root of the repo.
Jupyter will be started and exposed on your localhost port 8888 http://localhost:8888 sudo docker-compose logs to get the random token required to log in to jupyter (token will be different on each run).

Notebook files are stored in the notebooks folder in this repo.

To start and stop the container, use $ sudo docker-compose stop and $ sudo docker-compose start

To delete the container use $ sudo docker-compose down This will NOT delete your notebooks as they are stored in the notebooks directory.

About

Docker container config for running jupyter on top of anaconda in a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published