Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Extract script from notebook #15

Open
SamVanhoutte opened this issue Apr 23, 2020 · 1 comment
Open

Extract script from notebook #15

SamVanhoutte opened this issue Apr 23, 2020 · 1 comment
Labels
feature-request All issues related to feature requests by customers

Comments

@SamVanhoutte
Copy link
Contributor

Given a certain notebook, it would be great to extract a .py script from it, leveraging some functionality, such as:

  • Turning print statements into logging
  • Removing plots
  • Removing image prints
  • Turning md cells into docstrings
@SamVanhoutte SamVanhoutte added the feature-request All issues related to feature requests by customers label Apr 23, 2020
@SamVanhoutte
Copy link
Contributor Author

This would be a good step in the migration of a notebook to a python script, for example with Azure ML, where you start experimenting locally from the notebook and then schedule your script on the cloud compute

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request All issues related to feature requests by customers
Projects
None yet
Development

No branches or pull requests

1 participant