Dependency on Spyder #22
cellsummer
started this conversation in
General
Replies: 1 comment
-
lifelib doesn't rely on Spyder. You can open a model using IPython in VS code like: >>> import modelx as mx
>>> m = mx.read_model(r"C:\Users\path\to\model") GUI is available only with Spyder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does lifelib rely on Spyder IDE? How do I open a model using a different python IDE such as vscode?
Beta Was this translation helpful? Give feedback.
All reactions