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
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
Launch JupyterHub (docker run -p 8888:8888 quay.io/jupyter/datascience-notebook:hub-4.1.5)
pip install jupyterlab-github
Refresh browser
Click on any Notebook widgets from Launcher
Expected behavior
The new file Untitled.ipynb should open in File Browser pane instead of GitHub browser pane, which is read-only.
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
Expected behavior
The new file Untitled.ipynb should open in File Browser pane instead of GitHub browser pane, which is read-only.
Context
The text was updated successfully, but these errors were encountered: