##// END OF EJS Templates
Set name and allow base to determine default config name
Jonathan Frederic -
Show More
@@ -40,6 +40,7 b' from .utils.config import GlobalConfigurable'
40 40 class NbConvertApp(BaseIPythonApplication):
41 41 """Application used to convert to and from notebook file type (*.ipynb)"""
42 42
43 name = 'ipython-nbconvert'
43 44
44 45 description = Unicode(
45 46 u"""This application is used to convert notebook files (*.ipynb).
@@ -58,8 +59,6 b' class NbConvertApp(BaseIPythonApplication):'
58 59 > ipython nbconvert # this will use the config file to fill in the notebooks
59 60 """)
60 61
61 config_file_name = Unicode(u'ipython_nbconvert_config.py')
62
63 62 #Writer specific variables
64 63 writer = Instance('IPython.nbconvert.writers.base.WriterBase',
65 64 help="""Instance of the writer class used to write the
General Comments 0
You need to be logged in to leave comments. Login now