Skip to content

domosute/centos-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

centos-jupyter

Jupyter Notebook Docker image for x86_64 platform

Used centos as base image, and Anaconda3 5.1.0 for jupyter notebook.

How to Run the Image

Under docker-enabled environment, execute the following;

docker run -d -it -p 8888:8888 -v $PWD:/home/jupyter --name centos-jupyter domosute/centos-jupyter

where "$PWD" is outside working directory in case if persistent storage is preferred.

Storing jupyter_notebook_config.py under working directory would enable password access instead of token. (default is set as 'jupyter')

About

Jupyter Notebook Docker image for x86_64 platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages