-
Notifications
You must be signed in to change notification settings - Fork 394
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
```{python} applied to R cells in Rmd #227
Comments
Hello @tomcatlingcma , thanks for the report ! Let me see if I can reproduce (and fix) this... |
I confirm the issue, and I should be able to fix it soon. Meanwhile, when you create a new notebook, please delete the
|
Thanks for your very fast response! Happy to do as you propose above in the meantime. This is a great project which solves a common issue with .ipynb in an elegant way. |
Hello @tomcatlingcma , can you give a try to version 1.1.2? The problem should be fixed now, at least for new notebooks. Thanks! |
Confirmed fixed - thanks!! |
Issue
Jupytext applies
```{python}
in .Rmd to cells in a notebook created with an R kernel.Steps to reproduce
Using jupytext 1.1.1 and
c.ContentsManager.default_jupytext_formats = "ipynb,Rmd"
in notebook config.a<-1
is not valid python.```{python}
to```{r}
in the .Rmd seems to result in a stable state where things work as expected, even for new cells created later in the notebook.The text was updated successfully, but these errors were encountered: