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

Error with format R (with CAPS) #14

Open
statquant opened this issue Jan 11, 2020 · 0 comments
Open

Error with format R (with CAPS) #14

statquant opened this issue Jan 11, 2020 · 0 comments

Comments

@statquant
Copy link

Hello,
I am using the following options let g:jupytext_fmt = 'R:spin' as allowed by jupyter --help
As a matter of fact the following works perfectly

jupytext --set-formats R:spin,ipynb,Rmd --sync test.R
[jupytext] Reading test.R
[jupytext] Updating notebook metadata with '{"jupytext": {"formats": "R:spin,ipynb,Rmd"}}'
[jupytext] Updating 'test.ipynb'
[jupytext] Updating 'test.Rmd'
[jupytext] Updating 'test.R'

But when I try to vim test.ipynb, when I save the file the conversion fails because you jupytext.vim try to run jupytext --to=R:spin --output='/home/statquant/CodeProjects/jupyter/workflow_4/test.r' '/home/statquant/CodeProjects/jupyter/workflow_4/test.ipynb' if it was .R all would be fine

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