This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
Hi, thanks for the great work. It is working perfectly when executing on Jupyterlab notebook. However, when I tried to execute it as a python script on Jupyterlab terminal, the dash app page deployed on 'http://localhost:8888/proxy/8050' was blocked on 'Loading...'.

I know this is an issue between 'Dash' and 'jupyter-server-proxy', not related to 'jupyter-dash'. But it seems to be a small fix to enable 'jupyter-dash' magic work with a python script as well? This is very useful when we want to use 'Jupyter Server Proxy' to run dash app alongside our notebooks and provide authenticated web access to them with jupyterhub https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html.
Thanks