Ian Hunt-Isaak
Ian Hunt-Isaak
A related fun behavior: 
Interestingly `delete` works just fine though
See also https://github.com/jupyterlab/jupyterlab/issues/12025
@guraltsev can you please post a minimal code snippet that reproduces this issue?
For things running off an `ipykernel` backend (i.e. jupyterlab) there is not difference. Other systems, like vscode, might have only chosen to support one. `widget` is more consistent with naming...
> all this is, of course, unless there's any hope to have %matplotlib notebook work again in jlab4 or nb7 one day ? As far as I can see there...
I think this is undocumented (:cry: ) but the fade out is configurable via the `fig.cavnas.toolbar_visible` attribute. Notably, like other things in `ipympl` there is no equivalent of rcparams wherein...
Hi @Su870 it doesn't look like you're using `ipympl` in this case. I suggest a better venue for this question is `discourse.matplotlib.org` or perhaps the seaborn issue tracker if you...
@pythonic2020 can you please post the output of the command in the bug report: `python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:', ipympl.__version__)" && jupyter --version && jupyter nbextension...
> then the kernel breaks, after which interactive functions will not work. Are there any error messages printed to the terminal you started the notebook from? Also can you check...