Show More
@@ -97,6 +97,12 b' def main():' | |||||
97 | """Convert a notebook to html in one step""" |
|
97 | """Convert a notebook to html in one step""" | |
98 | app = NbconvertApp.instance() |
|
98 | app = NbconvertApp.instance() | |
99 | app.description = __doc__ |
|
99 | app.description = __doc__ | |
|
100 | print(""" | |||
|
101 | ====================================================== | |||
|
102 | Warning, we are deprecating this version of nbconvert, | |||
|
103 | please consider using the new version. | |||
|
104 | ====================================================== | |||
|
105 | """) | |||
100 | app.initialize() |
|
106 | app.initialize() | |
101 | app.start() |
|
107 | app.start() | |
102 | app.run() |
|
108 | app.run() |
General Comments 0
You need to be logged in to leave comments.
Login now