-
Notifications
You must be signed in to change notification settings - Fork 394
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
jupytext pairing missing in Jupyterlab 4.0 command pallete #1067
Comments
There seems to be an earlier issue tracking 4.0 compatibility here: #1054 |
Ah - sorry, my bad. I did have a look through existing issues, but missed that one. Indeed, I think this is just a compatibility issue for v4, so I assume will be sorted when the work discussed in #1054 is complete. I guess we can close this issue then? |
Hello @WillTarran , thank you for documenting this. Yes you're right this is the same issue as the other one. Can you please leave it open for now ? It will make it easier for people facing this issue to find out that this is a work in progress. Hopefully we can address this in the coming days. |
I have the same issue, however I can still use the command-line |
Yeah, this is still a work-in progress. What we have at the moment is an alpha version of the extension for JupyterLab 4 - see this comment. |
Thank you for reporting, I was wondering why jupytext did not show up after upgrade to jupyter lab 4.0.
Thanks for the tip this command should help to sync from py to ipynb
|
This has been solved in Those who installed the temporary workaround will need to uninstall it. In other words, the new instructions are
|
It appears that pairing with plain text formats is not working in the latest version of jupyterlab. Following the documentation instructions which indicate pairing commands should be available in the Command Pallete, nothing is showing (see screenshot).
This is in a recently built python virtual environment in a docker image, installing the latest
jupyterlab
andjupytext
. System information and Jupyter related package versions are as shown:It appears this may relate to the new Jupyterlab v4, since if I downgrade (with `pip install "jupyterlab<4.0") I can now pick up the extension commands. New package versions and screenshot below
$ pip list | grep jupyte jupyter_client 8.2.0 jupyter_core 5.3.0 jupyter-events 0.6.3 jupyter-lsp 2.2.0 jupyter_server 2.6.0 jupyter_server_fileid 0.9.0 jupyter_server_terminals 0.4.4 jupyter_server_ydoc 0.8.0 jupyter-ydoc 0.2.4 jupyterlab 3.6.3 jupyterlab-pygments 0.2.2 jupyterlab_server 2.22.1 jupytext 1.14.5
The text was updated successfully, but these errors were encountered: