Does --autoreload work with juypter notebook?

Panels --autoreload flag enables a very fast feedback on code changes. Can I use it with Jupyter notebook?

1 Like

Hi @simonxin

Yes. Just use panel serve name_of_notebook.ipynb --autoreload.

You can also just use the Jupyter Panel Preview (green Panel icon) that is available in Jupyterlab after you install Panel. It does the same behind the scenes.

jlab-x2