Skip to content

Commit

Permalink
Default configuration creates no notebook companion file mwouts/nbsrc#5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 27, 2018
1 parent 0f316fd commit 830143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbrmd/contentsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def all_nb_extensions(self):
return ['.ipynb'] + self.nb_extensions

default_nbrmd_formats = Unicode(
u'ipynb',
u'',
help='Save notebooks to these file extensions. '
'Can be any of ipynb,Rmd,py,R,nb.py,nb.R comma separated',
config=True)
Expand Down

0 comments on commit 830143a

Please sign in to comment.