Closed kdheepak closed 1 day ago
I had to install jupyter and panel in the same environment. I had jupyter installed in my global environment and panel + ipywidget installed inside the local venv, and in that case panel doesn't appear to work. There also isn't the panel extension button in jupyter lab when I do this.
I got it working now.
Hi all,
ALL software version info
This is with a new project using
uv init
:Description of expected behavior and the observed behavior
I'm able to get an app working when I run
panel serve
but I don't have the same interactivity in the browser:https://github.com/user-attachments/assets/badf16ca-513a-4e2a-a6f4-8488f5840832
Complete, minimal, self-contained example code that reproduces the issue
I copied the example code from here:
https://panel.holoviz.org/how_to/styling/matplotlib.html#a-matplotlib-plot-with-custom-style-and-accent-color
I've attached the notebook here as an example:
Archive.zip