diff --git a/nbconvert.py b/nbconvert.py index 68b6d42..db9974d 100755 --- a/nbconvert.py +++ b/nbconvert.py @@ -97,6 +97,12 @@ def main(): """Convert a notebook to html in one step""" app = NbconvertApp.instance() app.description = __doc__ + print(""" +====================================================== +Warning, we are deprecating this version of nbconvert, +please consider using the new version. +====================================================== + """) app.initialize() app.start() app.run()