- Notifications
You must be signed in to change notification settings - Fork5.5k
Closed
Description
Describe the bug
The jupytext extension does not work as expected in nb7
To Reproduce
Steps to reproduce the behavior:
- install jlab4 as released in pip
- install nb7 with
pip install -U --pre notebook - install jupytext with
pip install jupytext - install the jupytext labextension with
pip install git+https://github.com/mwouts/jupyterlab-jupytext.git@jupyterlab4 - create a simple jupytext notebook named for instance
foo-nb.md - under jlab, check that you can open the notebook: right click → "Jupytext Notebook"
- perform the same operation from the regular notebook tree browser: the "Jupytext Notebook" option is present but does not open the file as a notebook, it shows a text editor instead
Expected behavior
- we should be able to open a jupytext notebook from the regular notebook file browser;
- (also when opening a URL like localhost:8888/notebooks/path/file.md we need this to open a notebook and not a text editor, but for that to work the former behaviour 1. must first work)
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS] MacOS & linux
- Browser [e.g. chrome, safari] - chrome
- Version [e.g. 22]
- jlab 4.0.2
- notebook 7.0.0b4
- as of this writing,https://github.com/mwouts/jupyterlab-jupytext.git@jupyterlab4 is on commit d451f5c
Additional context
Please see alsohttps://discourse.jupyter.org/t/generic-question-about-jlab4-and-nb7/19846
