Closed WillTarran closed 1 year ago
There seems to be an earlier issue tracking 4.0 compatibility here: https://github.com/mwouts/jupytext/issues/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 jupytext
tool to add the pairing and then open the text files as notebooks just fine.
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.
I have the same issue, however I can still use the command-line
jupytext
tool to add the pairing and then open the text files as notebooks just fine.
Thanks for the tip this command should help to sync from py to ipynb
jupytext --set-formats py,ipynb --sync explo.py
This has been solved in jupytext==1.15.0
. Thanks to @parmentelat , the embedded extension is now compatible with both JLab 3 and 4!
Those who installed the temporary workaround will need to uninstall it. In other words, the new instructions are
pip uninstall jupyterlab-jupytext
pip install 'jupytext>=1.15.0'
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