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

Plugin registration issue between file browser and github browser #156

Open
ryokonorden opened this issue Aug 26, 2024 · 1 comment
Open
Labels

Comments

@ryokonorden
Copy link

Description

Notebook widgets from Launcher gives "Repository is read only" error after installing jupyterlab-github in JuptyerHub with JupyterLab > ver.4+. It tries to open Untitled.ipynb inside GitHub Browser instead of default File Browser pane.

A workaround is to select any file in the File Browser (no need to open it) before clicking the notebook widgets.

Reproduce

  1. Launch JupyterHub (docker run -p 8888:8888 quay.io/jupyter/datascience-notebook:hub-4.1.5)
  2. pip install jupyterlab-github
  3. Refresh browser
  4. Click on any Notebook widgets from Launcher
    image

Expected behavior

The new file Untitled.ipynb should open in File Browser pane instead of GitHub browser pane, which is read-only.

Context

  • Operating System and version: Ubuntu 20.04.6
  • Browser and version: Firefox 115 / Edge 128 / Chrome 127
  • JupyterLab version: 4.2.0
  • JupyterHub version: 4.1.5
@jtpio
Copy link
Member

jtpio commented Sep 10, 2024

Thanks @ryokonorden for opening the issue 👍

This appears to be a bug in JupyterLab and is being tracked in jupyterlab/jupyterlab#15629.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@jtpio @ryokonorden and others