Ian Hunt-Isaak
Ian Hunt-Isaak
## Elevator Pitch Be able to use this extension without needing the mouse. ## Motivation I use jupyterlab-vim which is great. And i would like to use `lsp` as well,...
#343 was a huge step forward for saving the state of plots in notebooks. But it doesn't truly reproduce the state of the notebook that the author was looking at...
Since we started throttling mouse events we now also throttle the `capture_scroll` This PR adds that as a separate `EventListener` that is not throttled.
## Describe the issue Seems to have started failing at least 17 days ago: https://github.com/matplotlib/ipympl/actions/runs/2333504817
There seem to be two issues: 1. `jupyterlab` is not installed for the npm section ``` $ jupyter labextension build --development True . /bin/sh: 1: jupyter: not found error Command...
Should fix #460
## Describe the issue in the deploy action the npm authentication seems to be broken: https://github.com/matplotlib/ipympl/runs/5243522626?check_suite_focus=true ``` npm ERR! code ENEEDAUTH npm ERR! need auth This command requires you to...
## Describe the issue https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/notebooks/examples/ipympl.ipynb leads to a 404 for me. If i swap `retro` for `lab` and remove the `notebooks` then it works: https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/examples/ipympl.ipynb
vispy has made a library that solves many of the same issues as ipympl: https://github.com/vispy/jupyter_rfb Probably good to look over that and maybe learn things. Or more dramatically to start...
## Describe the issue Now that ipywidgets master is being updated again ipympl should run a weekly workflow checking that nothing breaks. This could either be in the workflow that...