I'm unable to have Jupytext extension working on Jupyter lab or Jupyter notebook.
I'm running Jupyter lab inside a virtual env where I installed Jupyter lab with pip.
(.venv) bash-3.2$ jupyter labextension list
JupyterLab v3.6.3
/Users/me/Python/mydir/.venv/share/jupyter/labextensions
jupyterlab-jupytext v1.3.8+dev enabled OK (python, jupytext)
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
@jupyter-widgets/jupyterlab-manager v5.0.7 enabled OK (python, jupyterlab_widgets)
(.venv) bash-3.2$
I updated node and rebuilt jupyter lab
(.venv) bash-3.2$ node --version
v18.16.0
I tried several ideas I found here and there, unsuccessfully.
In the View menu, click on Activate Command Palette
Then type Jupytext. You should see a number of commands come up. Each one tells Jupytext to save the notebook in a different file format automatically.
I'm unable to have Jupytext extension working on Jupyter lab or Jupyter notebook.
I'm running Jupyter lab inside a virtual env where I installed Jupyter lab with pip.
I updated node and rebuilt jupyter lab
I tried several ideas I found here and there, unsuccessfully.
On Binder https://hub.gke2.mybinder.org/user/mwouts-jupytext-uxd9zern/lab/tree/demo , following "Enabling Jupytext in a new notebook" I see the same issue. It says:
but there is no Jupytext commands coming up.