ipympl
ipympl copied to clipboard
Matplotlib Jupyter Integration
## Describe the issue The matplotlib widget (matplotlib widgets - ipywidgets.Output()) cannot be made reactive to browser window resizing in jupyter notebooks. Setting the canvas style properties as recomended, i.e....
## Describe the issue In both JupyterLab and old Notebook MultiCursor not only is blinking when is bing moved, but also completely disappears when mouse stops motion. Same code works...
Hi @thomasaarholt, so we I need to do now?  
## 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...
## Describe the issue `loading` widget on `jupyter lab` (version 2.2.9) when plotting, e.g. ```python %matplotlib widget from matplotlib.pyplot import subplots fig, ax = plt.subplots() fig.show() ``` ## Versions ```...
In the latest version (0.3.3) a fig.canvas does not display correctly in ipywidgets.Tab. Notional example: ``` tab = widgets.Tab() tab.children = [fig1.canvas, fig2.canvas] tab ``` The figures appear in both...
Hello everyone, I'm sorry to ask this as I thought this was already an issue a few weeks ago. But I looked through all the issues and couldn't find it....
## Describe the issue I don't think that the js is loaded lazily which increases the time until the jlab splash screen shows up. ## Proposed Solution Lazy load the...
## Describe the issue For graphs wider than the browser window, the ipympl widget used to show an horizontal scroll bar at the end of the output. It does not...
I have not labeled this as a "bug report" as I am not sure whether this is a new feature or regression. I am developing a package for the processing...