You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using panel 1.3.8 and bokeh 3.3.4 and noticed that when using autoreload option with a notebook does not work anymore though the same works with .py files
Simple Reproducer:
import panel as pn
pn.extension()
pn.pane.Markdown("# Test ").servable()
To reproduce the issue, create a notebook with a cell having the above code and run panel serve --autoreload. Can you please check this?
The text was updated successfully, but these errors were encountered:
I am using panel 1.3.8 and bokeh 3.3.4 and noticed that when using autoreload option with a notebook does not work anymore though the same works with .py files
Simple Reproducer:
To reproduce the issue, create a notebook with a cell having the above code and run panel serve --autoreload. Can you please check this?
The text was updated successfully, but these errors were encountered: