martinRenou
martinRenou
@kaiayoung I can try to do it if that's fine with you
We should consider using git lfs for large JSON files like `trees.json`. Also we should take care that those large JSON files are not shipped during releases.
cc. @kaiayoung @mbektasbbg When using ipywidgets, it is not supported to change a subset of the data. e.g.: ```python my_data_grid.data[26][32] = 3.4 ``` will not send the proper message to...
Originally suggested by @davidbrochart in https://github.com/jupyter/nbformat/issues/222 and related to the work done in JupyterLab here: https://github.com/jupyterlab/jupyterlab/pull/10296. Reproducibility is at the heart of Jupyter, but some Notebooks workflows can harm reproducibility....
Hi there! cc. @datakurre @bollwyvl We've been working for the past months on [xeus-robot](https://github.com/jupyter-xeus/xeus-robot), which is more or less a robotkernel that works with the new JupyterLab 3 debugger (which...
Being able to pass a `package_data_spec` to `create_cmdclass` was quite handy to be able to include package_data as part of the wheel, but it seems to me that it's not...
POC implementation for Voilite. Building on top of the lab-based PR https://github.com/voila-dashboards/voila/pull/846 This PR implements a Voilite nbconvert exporter that will execute the code in the client using a client-side...
## References Working against https://github.com/voila-dashboards/voila/pull/1187 Exploring https://github.com/jupyterlite/jupyterlite/issues/773 Nothing to see yet. It's pretty lame. I'm just opening a PR for other devs to see. ## Code changes Add a new...
## Description When closing the notebook, there is an error showing up: ``` Uncaught (in promise) Error: Canceled future for comm_info_request message before replies were done at t.KernelShellFutureHandler.dispose (future.js:179) at...
### Problem Voila + JupyterLite would be amazing. ### Proposed Solution I started looking into implementing an nbconvert exporter that exports a Notebook to a Voila app that spawns a...