I am currently using a jupyter contianer in docker to run FEniCS code. However because I am running on a windows 10 PC and not using Ubuntu, I cannot currently import the mshr module.
Is there a work around so that I get mshr?
This is my current error:
ImportError Traceback (most recent call last)
in ()
10 from future import print_function
11 from fenics import *
---> 12 from mshr import *
13 import numpy as np
14
ImportError: No module named 'mshr'