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

jupyter-server-proxy labextension creates an error in the console #1499

Open
dfguerrerom opened this issue Oct 14, 2024 · 2 comments
Open

jupyter-server-proxy labextension creates an error in the console #1499

dfguerrerom opened this issue Oct 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dfguerrerom
Copy link
Contributor

Description

jupyter-server-proxy labextension creates an error in the console

Reproduce

Install voila and install jupyter-server-proxy, start a voila app and the console will prompt the following error:

Screenshot from 2024-10-14 16-38-28

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

  • voila version : 0.5.7
  • Operating System and version:
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy
  • Browser and version: Google Chrome Version 129.0.6668.89 (Official Build) (64-bit)
@martinRenou
Copy link
Member

martinRenou commented Oct 14, 2024

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.

It should not prevent Voila to run though.

@dfguerrerom
Copy link
Contributor Author

do you think it's worth disabling this extension here?

disabled_extensions = [

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants