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