Closed txoof closed 11 months ago
Hi @txoof , we have a release candidate for the next version... and the Jupytext Menu is back! Would you like to give it a try - with pip install jupytext==1.16.0rc0
? Let us know how it works for you. Thanks
Fantastic!
1.16.0rc0 works great! Problems solved!
This issue is similar to Issue #807 in that after install, jupytext works, but none of the commands from the command pallet or gallery buttons appear.
I've installed jupyter lab and jupytext with pip3 in a virtual environment for my user under python 3.11 on raspbianOS (Debian Bookworm).
I have a
jupytext.toml
in the project root where I'm working that contains this:Opening a
.py
file works as expected. Updating the.py
file also updates the.ipynb
files. None of the other options appear to be available.Version Information
Log Output
Here's the log output from starting
jupyter lab --ip=192.168.1.99 --no-browser
log.txt
I get the error below; installing jupyter_nbextensions_configurator resolves that issue, but then leads on to the following error:
Stuff I've tried
I can resolve the error(s) above by down-grading to
notebook=6.4.12
as per this stackoverflow post, but that doesn't fix the overall problem.Thanks in advance!