Running my animated plot in a jupyter notebook is OK. Now trying the same code in Jupyter Lab does not work. I've read a lot of similar situations, tried every solution given, but my plot stays static. No animation running.
This is my extension list, installed and enabled ('jupyter lab build'):
$ jupyter labextension list
JupyterLab v0.35.4
Known labextensions:
app dir: /home/teleuff/anaconda3/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v0.38.1 enabled OK
@jupyterlab/plotly-extension v1.0.0 enabled OK
jupyter-matplotlib v0.3.0 enabled OK
plotlywidget v1.1.0 enabled OK
%matplotlib inline does not raise JavaScript error, but my plot is not animated.
%matplotlib widget and %pylab inline also have the same effect, only difference is the output line:
Populating the interactive namespace from numpy and matplotlib
Any ideas?
Thanks in advance!