Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
让您拥有交互式图表的壁虎的最佳平台是什么?我目前正在使用 jupyter lab,但它没有动画或实时显示
有一个内置的动态 GUI 工具可用于解决简单的优化问题,尽管它的功能肯定不完整,而且目前还存在很多错误。
GUI=True您可以在对 的调用中使用它来拉起它m.solve()。
GUI=True
m.solve()
实验室中使用的其他一些最爱是 Plotly 和 Matplotlib。这两者都可以用来支持动态绘图。