alchemyst / Dynamics-and-Control

Jupyter notebooks for Dynamics and Control
GNU General Public License v3.0
267 stars 141 forks source link

Cannot import tbcontrol #20

Closed ingodahn closed 2 years ago

ingodahn commented 2 years ago

In Cheatsheet I get the following error on Binder: image

On CoCalc I get a similar error after importing the complete repo.

Is there a way to import tbcontrol directly from a location on Github?

alchemyst commented 2 years ago

Thank you for the report. I've added tbcontrol to our dependencies in environment.yml. I can verify that the cell above runs without error for me on binder now. I'm not sure about CoCalc, but note that tbcontrol is on PyPI, so you can just pip install tbcontrol to get it.