Skip to content
Discussion options

You must be logged in to vote

Can you please provide more information about your issue? What do you mean by "can not show some results easily"?

I just tried to view Jupyter notebooks run from inside Docker and found that I needed to run the command

$ jupyter notebook --port=8888 --ip=0.0.0.0 --no-browser .

after setting up port forwarding when starting the container:

$ docker run -it -p 8888:8888 firedrakeproject/firedrake:latest

Note that you also need to activate the virtual environment and pip install jupyter.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Toomyalla
Comment options

You must be logged in to vote
2 replies
@connorjward
Comment options

@connorjward
Comment options

Comment options

You must be logged in to vote
1 reply
@connorjward
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants