Sign inSign up

chbrandt/eada

By chbrandt

•Updated over 5 years ago

Image
0

254

chbrandt/eada repository overview

This container provides a jupyter notebook (JupyterLab more precisely) environment. With EADA (https://github.com/chbrandt/eada⁠) installed.

As it is the default for Jupyter notebooks, port 8888 is used for Jupyter.

To run the container you'll do:

$ docker run -p 8888:8888 -v /path/to/some/host/directory:/work chbrandt/eada

After running the container, some information will come out in the console. To see the jupyter notebook in your browser, just copy-n-paste the line indicating the address at http://127.0.0.1:8888 or, equivalently, http://localhost:8888. Such information looks like the following:

(...)
   To access the server, open this file in a browser:
        file:///home/user/.local/share/jupyter/runtime/jpserver-1-open.html
    Or copy and paste one of these URLs:
        http://b68b5b41b3b3:8888/lab?token=<some-token>
     or http://127.0.0.1:8888/lab?token=<some-token>

where <some-token> is a sequence of alpha-numeric characters uniquely identifying this/your session.

Tag summary

Content type

Image

Digest

Size

394.9 MB

Last updated

over 5 years ago

docker pull chbrandt/eada