You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it seems that only .sync.ipynb can be synced. Would it be possible to use the sync extension for any notebook ?
My usecase is the following : I want to open and update notebooks shared in repositories without .sync.py extension.
Curently, I have to copy those notebooks to add the sync, open them, edit them, and then copy them back to diff or/and commit them. Using a symlink may work though.
Is there a reason to require a specific extension ?
edit: duplicate of #12 , but it have been closed by its author without explanation
The text was updated successfully, but these errors were encountered:
Update the Jupyter ascending match pattern to match whatever file names you want to sync, e.g., let jupyter_ascending_match_pattern="example.py" (or do the equivalent for your favorite editor integration)
Profit
It is probably not going to be so easy to "properly" do this, as without the .sync.py extension there is no way to easily tell if a Python file ought to be synced to a notebook or not, and that makes the editor logic a bit more complicated. I also noticed that there is no way to get local preferences to the JS notebook extension either, so that would also have to be worked out. Well, at least it works for me :>
Currently, it seems that only
.sync.ipynb
can be synced. Would it be possible to use the sync extension for any notebook ?My usecase is the following : I want to open and update notebooks shared in repositories without
.sync.py
extension.Curently, I have to copy those notebooks to add the
sync
, open them, edit them, and then copy them back to diff or/and commit them. Using a symlink may work though.Is there a reason to require a specific extension ?
edit: duplicate of #12 , but it have been closed by its author without explanation
The text was updated successfully, but these errors were encountered: