This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Cannot run jupyter notebook in docker

0 votes

I am running docker on my Win-8.1 machine and tried to run jupyther notebook by the following:

fenics@40dxfb36959c: ~/shared$ jupyter notebook

But I get something like "No web browzer found: could not locate runnable browzer."

I guess this is because I was running in a virtual machine, while my commands were trying to serve notebook from a local directory. I don't know how to fix this. Is there anyone who can help me out of it? Thanks in advance!

asked Oct 21, 2016 by xusun FEniCS Novice (120 points)

1 Answer

0 votes

Try running the notebook with the option --no-browser

answered Oct 28, 2016 by mdbenito FEniCS User (4,530 points)
...