vwkd
vwkd6mo ago

Interactive Jupyter notebook

Has anyone figured out how to do interactivity in a Jupyter notebook with Deno kernel in VSCode? Like showing a graphical user input like a slider and hooking it up to change something else like a plot.
1 Reply
Deno AI Helper
Deno AI Helper6mo ago
I wasn't able to find the answer to your question in the official Deno documentation. However, based on your description, it seems like you're looking to integrate interactive elements such as sliders within a Jupyter notebook using the Deno kernel. While I can't provide a specific solution for Deno in Jupyter notebooks, in general, Jupyter notebooks support interactive widgets using IPython widgets, also known as ipywidgets. For Python kernels, you would typically use these widgets to create interactive elements. However, for Deno, the process might be different and is not covered in the Deno documentation. Since the Deno kernel for Jupyter notebooks is not as widely used as the Python kernel, the community support and available resources might be limited. You might need to look into whether the Deno kernel supports ipywidgets or an equivalent feature. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of this advice and seeking further assistance from the community or the maintainers of the Deno kernel for Jupyter notebooks. They might have more insights or updates on this functionality.