WolframLanguageForJupyter icon indicating copy to clipboard operation
WolframLanguageForJupyter copied to clipboard

Manipulate is Changing value automatically

Open aburousan opened this issue 2 years ago • 1 comments

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

aburousan avatar Mar 17 '22 04:03 aburousan

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.

AnonymoZ avatar Jul 24 '22 12:07 AnonymoZ