Skip to content
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

saving notebook does not modify paired py file #1130

Open
richardehughes opened this issue Sep 27, 2023 · 1 comment
Open

saving notebook does not modify paired py file #1130

richardehughes opened this issue Sep 27, 2023 · 1 comment

Comments

@richardehughes
Copy link

I paired the notebook with the ipynb using:
jupytext --set-formats ipynb,py:percent *.ipynb

I then edit the ipynb. When I save my changes to the ipynb, the paired .py file is not modified. I thought that the mods to the ipynb would be saved to the .py. Is this not the case?

I am using jupytext version 1.15.2

This is my notebook metadata:
{
"jupytext": {
"formats": "ipynb,py:percent"
},
"kernelspec": {
"name": "my_py3p9",
"display_name": "my_py3p9",
"language": "python"
},
"language_info": {
"name": "python",
"version": "3.9.13",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
}
}

@mwouts
Copy link
Owner

mwouts commented Sep 28, 2023

Hi @richardehughes , thank you for reporting this.

Can you tell us more about how you edited the ipynb notebook?

You will have to use either Jupyter Lab or Notebook. Also you need to make sure that 1. Jupytext is installed in the Python environment that provides Jupyter and 2. That you restart your Jupyter server after installing Jupytext. You should see a mention of Jupytext being activated in the Jupyter logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants