Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 286 Bytes

docker_fenics_instructions.md

File metadata and controls

12 lines (9 loc) · 286 Bytes

Howto start a Jupyter notebook server on a local host

docker run --rm -d -ti -p 127.0.0.1:8888:8888 --name notebook quay.io/fenicsproject/stable 'jupyter-notebook --ip=0.0.0.0'

Get notebook token

docker exec -it -u fenics notebook /bin/bash
jupyter notebook list