WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

Manipulate is Changing value automatically #128

Open aburousan opened 2 years ago

aburousan commented 2 years ago

In Wolframe Engine 13.0, Manipulate is automatically changing it's Screenshot from 2022-03-17 10-03-50 value. Screenshot from 2022-03-17 10-03-53 System: Ubuntu 20.04.4 LTS

AnonymoZ commented 2 years ago

That's true. Manipulate[...] and DynamicModule[...] are currently not fully supported by Jupyter as well as Animate[...]. You can produce animations although not control them. You can try alternatives like Bokeh, MPLD3 and IPyVolume; the latter two are found on GitHub itself.