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

Remove jupytext *.py files #354

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Remove jupytext *.py files #354

merged 1 commit into from
Jul 16, 2019

Conversation

llorracc
Copy link
Collaborator

Confusing situation was caused because @mridul was not using jupytext and @llorracc was.

With jupytext active, the *.ipynb file is generated from the corresponding *.py file, so when @llorracc opened the "new" ipynb files the old one was autogenerated.

Immediate solution is to delete the *.py files, so that when the new *.ipynb files are opened a new *.py file is generated.

Longer term lesson is to be sure everybody is using jupytext!

@llorracc llorracc merged commit 009f4a5 into master Jul 16, 2019
@shaunagm
Copy link
Contributor

I'm a little confused. Is the .ipynb file generated from the corresponding .py file, or vice versa?

@llorracc
Copy link
Collaborator Author

Release notes: None

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

Successfully merging this pull request may close these issues.

2 participants