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.
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>
Content type
Image
Digest
Size
478.1 MB
Last updated
about 9 years ago
docker pull lsucrc/notebook