Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoreload does not work with notebook files #6453

Closed
singharpit94 opened this issue Mar 7, 2024 · 0 comments
Closed

autoreload does not work with notebook files #6453

singharpit94 opened this issue Mar 7, 2024 · 0 comments
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@singharpit94
Copy link

singharpit94 commented Mar 7, 2024

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?

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Mar 7, 2024
@philippjfr philippjfr added this to the v1.4.0 milestone Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants