##// END OF EJS Templates
deprecation message in old nbconvert.py
Matthias BUSSONNIER -
Show More
@@ -97,6 +97,12 b' def main():'
97 97 """Convert a notebook to html in one step"""
98 98 app = NbconvertApp.instance()
99 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 106 app.initialize()
101 107 app.start()
102 108 app.run()
General Comments 0
You need to be logged in to leave comments. Login now