Sign inSign up

daverick/jupyter

By daverick

Updated almost 8 years ago

jupyter with python3, bash and scala notebooks

Image
0

402

daverick/jupyter repository overview

A jupyter server with: python3 bash and scala notebooks to be use on local machine on a trusted local network

to use it:

  1. go to your notebooks folder
  2. execute
docker run -it --rm -p 8888:8888 -v "`pwd`":/usr/src/app -d --name=jupyter daverick/jupyter
  1. connect to http://localhost:8888
  2. docker stop jupyter will stop your jupyter server

Source on github

jupyter:gcloud

docker run -it --rm -p 8888:8888 -v "`pwd`":/usr/src/app -d --volumes-from gcloud-config --name=jupyter daverick/jupyter:gcloud

Tag summary

Content type

Image

Digest

Size

441.3 MB

Last updated

almost 8 years ago

docker pull daverick/jupyter