njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

The animation has not been supported #25

Closed Aleksanaa closed 2 years ago

Aleksanaa commented 2 years ago

Is your feature request related to a problem? Yes,when I use Animated function like Animate[Show[ Graphics[Disk[{x, 5/(1 + E^-x)}, 0.2], PlotRange -> {{- 6, 6}, {-0.4, 5.4}}], Plot[5/(1 + E^-x), {x, -6, 6}, PlotRange -> {{-6, 6}, {-0.4, 5.4}}]], {x, -5.8, 5.8, 0.1}, AnimationRunning -> False],it does show a graph with buttons and a scroll bar,but actually they are inoperable.

Describe the solution you'd like They should be operable

Aleksanaa commented 2 years ago

Sorry,I haven't noticed that this is not yet supported by wolfram engine.