Basically we want to convert some parts of notebook.ipynb into python script and export it to a specified location.
And export_destination = "."
specifies that app.py
should go into parent folder ? Correct?
Thanks for response!! @dynamics
Basically we want to convert some parts of notebook.ipynb into python script and export it to a specified location.
And export_destination = "."
specifies that app.py
should go into parent folder ? Correct?
Thanks for response!! @dynamics
Yes, you’ve got the right idea. I’ve updated my previous answer so that it correctly shows app.py being exported. My apologies for the confusion