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
When trying to make a new copy of the notebook I'm working on with :saveas, the buffer name changes, the message "two.ipynb saved via jupytext" appears, but no new file is created, while the previous one is overwritten. Steps to reproduce:
:ed one.ipynb
Make edits, :w
More edits
:saveas two.ipynb
Diagnostics
vim --version:
centi@centi-Latitude-3540:~$ nvim --version
NVIM v0.10.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Run "nvim -V1 -v" for more info
Operating system information (e.g. uname -a):
centi@centi-Latitude-3540:~$ uname -a
Linux centi-Latitude-3540 6.5.0-18-generic #18~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 7 11:40:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Does converting the notebook to/from ipynb with jupytext on the command line work? Not tested, conversion works correctly in vim.
Does it work when you set g:jupytext_command in ~/.vimrc to be the exact some jupytext that you used manually, with the exact same version of Python? Not tested, conversion works correctly in vim.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to make a new copy of the notebook I'm working on with :saveas, the buffer name changes, the message "two.ipynb saved via jupytext" appears, but no new file is created, while the previous one is overwritten. Steps to reproduce:
Diagnostics
vim --version
:uname -a
):python --VV
:let g:jupytext_print_debug_msgs = 1
in your~/.vimrc
. What is the output of:messages
when reproducing the problem?Does converting the notebook to/from ipynb with
jupytext
on the command line work? Not tested, conversion works correctly in vim.Does it work when you set
g:jupytext_command
in~/.vimrc
to be the exact somejupytext
that you used manually, with the exact same version of Python? Not tested, conversion works correctly in vim.The text was updated successfully, but these errors were encountered: