Hello, I'm novice to fenics and python , what Im trying to do is to reproduce the 1st example from the book. ft01_poisson.py.
I could successfully run it the shell , but I got Warning: Plotting backend set to 'none'. Plotting disabled.
So I decide to use Jupyter to try to plot the graphs instead. however , I cannot run Jupyter notebook , it's gives me command no found (perhaps because I installed fenics from mini conda). So I tried to install Jupyter conda install jupyter
and I got this
UnsatisfiableError: The following specifications were found to be in conflict:
- boost-cpp
- jupyter
- python 3.6*
Use "conda info " to see the dependencies for each package.
can anyone help me?