Sign inSign up

lsucrc/notebook

By lsucrc

Updated about 9 years ago

Jupyter Notebook

Image
0

988

lsucrc/notebook repository overview

Jupyter Notebook (CentOS 7)

For SSL-enabled version, please visit lsucrc/notebookssl.

This is a containerized distribution of Jupyter Notebook by Louisiana State University Coastal Resilience Collaboratory (https://crc.cct.lsu.edu/). This image is to enable an embedded web page with iframe. More about Jupyter project itself can be found at Jupyter Official Site.

Spinning up Jupyter container

On Linux

$ docker run --rm -it -p 8888:8888 -v "$(pwd):/notebooks" lsucrc/notebook

then Visit http://localhost:8888/ with your favourite web browser. All notebooks from your session will be saved in the current directory.

On other platforms, such as Windows and OS X, that use docker-machine with docker, a container can be started using docker-machine. In the browser, open the URL http://ip:8888/ where ip is the IP address returned from the command docker-machine ip <MACHINE>:

$ docker-machine ip <MACHINE>

Resources

Tag summary

Content type

Image

Digest

Size

478.1 MB

Last updated

about 9 years ago

docker pull lsucrc/notebook