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 would like to know why does it happen? is it an error coming from that package itself? or is it coming from somewhere else?
This is because the jupyter-server-proxy has a jupyterlab extension that adds buttons and features to the jupyterlab filebrowser.
On the other side, voila is a JupyterLab-like application that loads all jupyterlab extensions, even the one from jupyter-server-proxy, but that one cannot load because the filebrowser is missing.
Description
jupyter-server-proxy labextension creates an error in the console
Reproduce
Install
voila
and installjupyter-server-proxy
, start a voila app and the console will prompt the following error:I would like to know why does it happen? is it an error coming from that package itself? or is it coming from somewhere else?
Expected behavior
It shouldn't show any error
Context
The text was updated successfully, but these errors were encountered: