I am running docker on my ubunto 14.04 machine. After getting the stable image of fenics I run the following:
docker run -ti -v (pwd):/home/fenics/sharedquay.io/fenicsproject/stablethenirunthefollowing:cdHOME/shared
and i run my file : python cours3.py
this is what I find:
fenics@d54131484c5a:~/shared$ python cours3.py
*** Warning: Matplotlib backend does not support 'interactive' kwarg yet. Ignoring it...
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Solving linear variational problem.
*** Warning: Matplotlib backend does not support 'interactive' kwarg yet. Ignoring it...
can you help me please