Run the examples in this notebook to make sure your installation is configured correctly (see http://www.jmodelica.org/page/27667 for more details).
In [ ]:
from pylab import rcParams
rcParams['figure.figsize'] = 12, 8
In [ ]:
from pyjmi.examples import VDP_sim
VDP_sim.run_demo()
In [ ]:
from pyjmi.examples import cstr
cstr.run_demo()
In [ ]:
from pyjmi.examples import cstr_casadi
cstr_casadi.run_demo()