-
Notifications
You must be signed in to change notification settings - Fork 386
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
nbrmd creates .py file although not specified. #16
Comments
Thanks @grst for reporting. This is interesting, I will have a look. |
Well, I don't get the
|
Gregor, I have not been able to reproduce yet, but I have fixed the error message above.
Also, if the issue remains, could you please quote the content of the py file? |
I can confirm that the The following issue remains: (not sure if that's expected) Procedure:
Results:
Intuitively, I would have expected the If I close the With the Current version v0.4.1 from pip. |
The default value for If you want to only have the
As you point out, with the default value for |
In that case, why not make
the default? Otherwise, I'm also happy to leave everything as it is, maybe just make the behavior clear in the docs. |
In my jupyter config I set:
I created a minimal
.Rmd
filetest.Rmd
and open it in jupyter. When I re-save the notebook, the following files are created:
Given my configuration, I think the
test.py
should not be there.When I investigate
test.Rmd
in a text editor, the following metadata has been added:I am using the
0.3.0
release from pypi.The text was updated successfully, but these errors were encountered: