You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rory Yorke edited this page Jan 19, 2025
·
6 revisions
This creates an environment with Numpy, Scipy, Matplotlib, and Slycot, and in which changes you make to python-control are immediately available. "Immediately" is not quite true: in a continuously running Python environment, you will have to reload python-control to make any changes have an effect; you could use the IPython autoreload extension for that, or just quit and restart Python (IPython, Jupyter Python kernel, etc.).
This method uses mamba to get the latest releases of Numpy, Slycot, etc., in an isolated environment. You can create as many environments as you need, e.g., one for each different version of Python.