jtmv
: a tool for renaming jupytext paired files
#1402
lukeSmth
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Jupytext users have two options to rename paired files outside of the Jupyter interface:
(Paired file renaming is apparently automatic within Jupyter, see #190.)
Solution
I built a simple CLI tool to solve this. It renames all paired files in one step:
jtmv
.Notes:
jtmv
, not just.py
.git mv
.Would love feedback from the community! Has anyone else run into this problem? What do contributors think about adding this functionality as a native jupytext command (
--mv
?).Huge thanks to @mwouts and contributors for creating jupytext -- it's a key part of my workflow.
Beta Was this translation helpful? Give feedback.
All reactions