ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Hello, thanks for this great package. I have one feature request that would extremely useful for my use case. Similar to how matplotlib has a conceptual distinction between the axes...
This change does two things. It introduces two new arguments. `minimize_json` and `load-template`. The reason for minimizing json is to reduce output size because even with `indent=0` the JSON output...
### ipywidgets.Output() context manager supresses exceptions and prevents correct exit code ## Description For example take this code snippet and save it to a cell of a *.ipynb notebook. ```python...
I tried to find examples on how to reset widgets to default state. Specifically, I need to reset the FileUpload widget after upload so that it defaults to an empty...
Output widgets, when used as context managers in a with statement and in IPython, were suppressing exceptions (whose stacktrace would be printed to the output widget). This change makes Output...
### Problem We merged #3104, and it had some unresolved comments that are to be resolved in a future PR. This issue reminds us to follow up with a PR...
I want to use something similar to the Upload function to select certain files on my local end. The only thing I want to interact with is its file name...
### Problem In https://github.com/jupyter-server/jupyverse/pull/191 we are experimenting with a new [kernels REST API](https://github.com/jupyter-server/jupyter_server/issues/900) for code execution when RTC is enabled: instead of letting the front-end deal with the low-level kernel...
I'm using a slider and `interact` to set the value of a parameter in a function. Under certain conditions, I want the function to be able to modify the value...
Hello all, When i start jupyter i have the next msg `[IPKernelApp] ERROR | No such comm target registered: jupyter.widget.version` and nothing happen when i try use ipywidgets in my...