ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Hello, This is a very tiny PR, but I get a deprecation warning raised by this line from the traitlets library when using a custom ipywidget: https://github.com/ipython/traitlets/blob/cb672eb5ba235fdfee6407bd7f1b1985de934e7c/traitlets/traitlets.py#L833 Here is a...
current interaction can pass a tuple `(min, max, step)`, but without init-value can be set. The current solution is only to create an instance of `FloatSlider/IntSlider` with `value` passed, but...
## Description HTMLManager is hardcoded to pull from [`dist/`](https://github.com/jupyter-widgets/ipywidgets/blob/b78de43e12ff26e4aa16e6e4c6844a7c82a8ee1c/packages/html-manager/src/libembed-amd.ts#L48) We should inspect the [main attribute of the package.json](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#main) if possible to identify the entrypoint. ## Reproduce use e.g. [perspective](https://github.com/finos/perspective) which...
Hey, I have a need for ranged sliders, that can not be overlapped, so that the values are never the same. Can this be achieved somehow? Cheers
I was running into the error: ``` AttributeError: module 'matplotlib' has no attribute 'image' ``` and I found two workarounds, using `import matplotlib.pyplot as plt` to use the pyplot submodule's...
jslink is really useful for having some frontend only communication, however there are more use cases I can think of that would be useful. I wonder if some thought went...
Im using Ipywidgets in a jupytor notbook in VScode. When making a interface i use a .py file to code an load this into the notbook. This looks like the...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. Release notes Sourced from axios's releases. Release v1.7.4 Release notes: Bug Fixes sec: CVE-2024-39338 (#6539) (#6543) (6b6b605) sec: disregard protocol-relative URL to remediate SSRF...