Software Literacy Foundation
Software Literacy Foundation
Thank you for the fantastic scipy.sparse implementation. Much appreciated. I would politely argue there are reasons to support float16, albeit in recognition of the code/support complexities that render it not...
Similar behavior on fresh install jupyter lab 4.3.4, ipwidgets 8.1.5. Code example from [ipwidgets](https://ipywidgets.readthedocs.io/en/8.1.2/examples/Widget%20List.html): ```python import ipywidgets as widgets slider = widgets.IntSlider( value=7, min=0, max=10, step=1, description='Test:' ) slider ```...
@BwandoWando : Apologies if I confused the issue, as the use cases are somewhat distinct. However the underlying behavior seems the same as reported by @mattragoza. If there is any...
Also tried upgrade to jupyterlab 4.4.0a2, same result. No widgets rendered. Moved back to 4.3.4
This is perhaps related to Java script. Testing Java Script at the debug console seems fine. For example in the debugger console: ```java alert('Alert') ``` pops up the box: ...
As a workaround, installing 4.3.5 in a venv allows widgets to display. ``` jupyter --version Selected Jupyter core packages... IPython : 8.31.0 ipykernel : 6.29.5 ipywidgets : 8.1.5 jupyter_client :...