Alan Fleming
Alan Fleming
In v7 Layout.border was a trait and meant that the border could be linked between widgets. In v8 it was changed to a property which non longer supports this functionality....
This PR fixes kernel side memory leaks and makes some performance tweaks. The primary user facing change is that invalid/closed children in boxes are quietly dropped. Features: - [x] Fixes...
It looks like JupyterLab 4 switched to using MathJax3 (https://github.com/jupyterlab/jupyterlab/pull/13877). Looking in the source for ipywidgets `ipywidgets/packages/controls/src/utils.ts` the function `typeset` hasn't been upgraded to work with MathJax3. [source here](https://github.com/jupyter-widgets/ipywidgets/blob/689bc46a14e81c83c97ff8534b4eda6dfa46f574/packages/controls/src/utils.ts#L16) and...
I'm currently experimenting with ipylab, that uses ipywidgets for comms and am wondering if there is simple way to obtain the kernel_id in the Python kernel. I found it can...
This PR has many breaking changes so will need to be a major release. Almost all interaction between Python and the Frontend is run as a task using custom messages....
The example is running from recent WinPython distribution (Jupyterlab 4.0.4), but the same issue happens for me using a conda dev [environment](https://github.com/jtpio/ipylab#development) running on WSL. The JupyterLite example works correctly,...
Thank you for providing this module. I'd been looking for a way to open the Jupyter console from python. Looking through your example notebook I can see you are using...
Replaces https://github.com/jupyter-widgets/ipywidgets/pull/3893. Commits have been tidied up. Resolves - [x] #3860 - [x] #3703 - [x] #728 - [x] #3440 - [x] #1345
Replaces https://github.com/jupyter-widgets/ipywidgets/pull/3920. ## Features: * Widgets can render anywhere the `WidgetRenderer` can be accessed (anywhere the global rendermime or clones work). * Correctly indicates when comms is disconnected. * Re-renders...
Resolves: https://github.com/matplotlib/ipympl/issues/488