Sign inSign up

kajws/datascience-jupyter

By kajws

•Updated almost 9 years ago

A simple Jupyter-based image with a few kernels to practice some basic data science techniques

Image
0

295

kajws/datascience-jupyter repository overview

⁠Learning Programming - Docker Image

This is a Jupyter-based docker image for learning programming, with a focus on data science. It currently has Python 3 and Javascript, but I intend to add a few more data related kernels so that this can be an easy multi-purpose image for playing with data.

Starting the image is pretty simple. Jupyter runs on port 8888, so launch the image with this port exposed:

docker run -p8888:8888 -it kajws/datascience-jupyter

Now, since the 'sample' directories are protected, you probably want to mount a volume to save your own work in.

docker run -p8888:8888 -it -rm -v<mylocaldir>:/opt/notebooks/mywork kajws/datascience-jupyter

Tag summary

Content type

Image

Digest

Size

1005.3 MB

Last updated

almost 9 years ago

docker pull kajws/datascience-jupyter