Use JModelica in Spyder/Python -


i using jmodelica simulation of modelica models. jmodelica.org python interface enables users use python scripting interact modelica models; jmodelica.org not python package/library - python packages part of jmodelica , not standalone. if open ipython.bat jmodelica - call c:\jmodelica.org-2.0\setenv.bat. setenv.batdefines , sets different environmental variables including set pythonpath=%jmodelica_home%\python;%pythonpath% required site-packages located.

i use anaconda/spyder developments , debugging, great use jmodelica in spyder. naive idea create new environment in anaconda , use intepreter, ipthon, pythonpath (which created when /jmodelica.org/ipython.batis called) etc. jmodelica.

i know how create new environment in anaconda , how start python within environment. not work.

i tried change settings within spyder

enter image description here

another idea use startup file ipyhon.

enter image description here


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -