- jupyter nbconvert --to script stock_analysis.ipynb
- jupyter nbconvert --to python stock_analysis.ipynb
If you are getting an error as:
AttributeError: module 'tornado.web' has no attribute 'asynchronous'
Try this
pip3 install --upgrade nbconvert
After the above command has ran successfully try the previous command listed as 1 or 2.
No comments:
Post a Comment