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

Fix issues with nbstripout on woody #7

Open
AKuederle opened this issue Jul 6, 2023 · 1 comment
Open

Fix issues with nbstripout on woody #7

AKuederle opened this issue Jul 6, 2023 · 1 comment

Comments

@AKuederle
Copy link
Member

At the moment we have the problem that syncing the entire folder with rsync will copy the .git/config file that contains the nbstripout config, which has hardcoded paths to a python version.

In result the git-repo (or at least git status is broken on woody).

Workaround: run nbstripout --install every time on woody after a sync

Solution: Migrate away from nbstripout to jupytext or wait for nbstripout 0.7.0 release which seems to have an option to set the python path to something generic

@AKuederle
Copy link
Member Author

At the moment I "automated" the workaround by running nbstripout on woody as part of the sync script. Not nice... but it works

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

1 participant