martinRenou

Results 288 issues of martinRenou

```python from bqplot import (OrdinalScale, LinearScale, Bars, Figure, Axis, ColorScale, CATEGORY10, Scatter) from bqplot.interacts import BrushIntervalSelector, BrushSelector import ipywidgets as widgets import bqplot as bqp import pandas as pd import...

PR coupled with https://github.com/jupyterlite/jupyterlite-sphinx/pull/28 This prevents collisions between nbsphinx and jupyterlite-sphinx which both add the `".ipynb"` source prefix: if `app.registry.source_suffix` already contains "ipynb", then do nothing. The behavior will then...

The following warning shows up in the JavaScript console: ``` Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead. ``` We need...

Good First Issue

Using latest ipyleaflet, dynamically changing the `radius` property of the Heatmap layer does not seem to update the view.

https://github.com/jupyter-server/jupyter_releaser This would make it easier for us to make releases

Enhancement

The `popup` attribute of a Layer is not a Popup instance, it's created in the frontend, which means that we cannot control the popup attributes from the backend (close_button, max_width,...

Question

Related discussions: - https://github.com/jupyter-xeus/xeus-python/issues/342 - https://github.com/jupyter-widgets/ipywidgets/issues/3514 Currently working on a Python comm package on https://github.com/martinRenou/comm for now, but it should probably be moved in the IPython org This has the...