fast_crawler
fast_crawler

Reputation: 111

JupyterLab: Save As ".py" not avaialble

I'm trying to export the .ipynb into .py file, however, I'm not getting the option in the drop down. Can someone help what could be the reason for that?

enter image description here

Upvotes: 2

Views: 269

Answers (1)

Guapi-zh
Guapi-zh

Reputation: 417

Which notebook version are you using? If there's no option, you can maybe do this in the command line.

ipython nbconvert --to python *.ipynb

Upvotes: 0

Related Questions