martinRenou

Results 251 issues of martinRenou

## References A robust fix for https://github.com/voila-dashboards/voila/issues/1392 ## Code changes - Move the Voila jupyter-widgets manager into a separate federated extension. This should have the byproduct to properly share the...

bug
enhancement

When making a release with the releaser, it does not update the `stable` branch automatically

bug

See https://github.com/voila-dashboards/voila/actions/runs/4435902626/jobs/7783653881 Probably due to some Nodejs version issue: ``` Exit code: 1 Command: node-pre-gyp install --fallback-to-build Arguments: Directory: /home/runner/work/voila/voila/ui-tests/node_modules/canvas Output: node-pre-gyp info it worked if it ends with ok...

bug

## Description The following page_config setup is copied in the lab/classic/reveal... templates: ```jinja2 {# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy()...

enhancement

https://github.com/jupyter/nbconvert/issues/1874 > With Notebook 7 coming out soon, we should probably update the classic HTML template to use the new Notebook 7 CSS. I created one some time ago for...

enhancement

This issue tracks the work that should be done prior to releasing 0.13.0 - [x] Write a migration guide from 0.12.x to 0.13 https://github.com/bqplot/bqplot/pull/1617 - [x] Release bqplot-gl https://github.com/bqplot/bqplot-gl/releases/tag/0.1.0a0 -...

In the following code, I'm making the pie selection in the same cell as the pie creation, and the selection does not work. I only works when the selection is...

Bug