-
Notifications
You must be signed in to change notification settings - Fork 391
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
Paired notebooks dont work when notebook name contains a dot #87
Comments
This is caused by mwouts/nbsrc#5: in case the user has a script with the same name as the notebook, he may want to save the text of the notebook to a |
mwouts
added a commit
that referenced
this issue
Sep 30, 2018
mwouts
added a commit
that referenced
this issue
Sep 30, 2018
Merged
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by @mppaskov at #70
The bug occurs because the extension of the initial notebook is recognized as
.Some Notebook.ipynb
, which is not associated to.py
(unless the user sets"jupytext_formats":"Some Notebook.ipynb,py"
, which we clearly do not want!)The text was updated successfully, but these errors were encountered: