Skip to content

A baseline container for trying out data science with jupyter and python

License

Notifications You must be signed in to change notification settings

malcata/docker-ds-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ds-jupyter

License: MIT docker build docker build

A baseline container for data science with python and jupyter

For development use only. Always assumes latest version available.

Run the container (one liner)

$ docker run -it --rm --name ds-jupyter -p 127.0.0.1:8888:8888 --volume ${PWD}:/opt/ds-jupyter/notebooks \ 
--workdir /opt/ds-jupyter/notebooks malcata/docker-ds-jupyter

Then just follow the link provided in the window terminal, something similar to:

http://localhost:8888/?token=f89d0e732e48cf92afe68f9cb1f503d3f00c48f827c67653

Build your own Image

In order to build your own image according to your specific requirements just create a new Dockerfile with this:

FROM malcata/docker-ds-jupyter

About

A baseline container for trying out data science with jupyter and python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published