ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

Matplotlib Jupyter Integration

Results 166 ipympl issues
Sort by recently updated
recently updated
newest added

## 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....

enhancement

## 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? ![image](https://user-images.githubusercontent.com/4510984/104135949-03f9c100-53ce-11eb-9d9f-e023040c92ea.png) ![image](https://user-images.githubusercontent.com/4510984/104135950-078d4800-53ce-11eb-9e2b-9dc378eb0d11.png)

## 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...

enhancement

## 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...