Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMove notebook functions to module #47
Comments
This comment has been minimized.
This comment has been minimized.
Will be working on this today. The approach we'll take is create a module in the current repository, with the idea that it might be a good thing for the future to have it in PyPi. |
ruebot
closed this
in
4b8938b
Apr 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greebie commentedMar 25, 2019
As introduced by @edsu in #46, creating a module that can be imported may make the notebook more readable. This would likely replace the alternative approach discussed in #29 to hide and show the functions on demand using a Jupyter Notebook plug-in.
Two ways (so far) have been discussed: