-
Notifications
You must be signed in to change notification settings - Fork 386
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 not syncing notebook to python files #1274
Comments
Hey @nathaniellarson , how did you install Jupytext on that machine? Can you check that Jupytext is available in the environment that you use to launch Jupyter Lab / how do the Jupyter logs look like? You can tell whether Jupytext is active in Jupyter Lab by looking at the icons for |
Ah, interesting. Yes, and now I see that is in the docs here. It looks like the icons indicate that jupytext is not active. I'll check in with my admin, it looks like it is not enabled just in our latest image. |
I was going to open another issue, but perhaps I'll just continue here. It's odd, it looks like the extension is enabled, but the icons aren't all the "notebook" icons that you said should indicate it's working. Unfortunately, I don't have my Jupyter logs, but I have this:
From this section of the docs, it seems that I shouldn't have to install anything additional for JupyterLab 4.X. |
Hey @nathaniellarson , well this Now the question is, what environment do you use to launch Jupyter? It's in that environment that you need to install Jupytext. |
Context
I am working on a
Amazon Linux 2
machine that has JupyterLab installed. But instead of using the command palette I paired my notebooks using ajupytext.toml
file.File structure of this directory:
Contents of
jupytext.toml
:Current version:
Situation
After cloning a fresh copy of my repo onto the machine, jupytext doesn't work immediately. Instead, I run:
The output of that command was:
Problem
My problem is that when I continue to make edits in, say,
/home/jupyter/file3.ipynb
and save, those changes are not saving. I added just the texttest
into some markdown and it didn't sync, even waiting many minutes. Am I doing something wrong here?The text was updated successfully, but these errors were encountered: