Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move notebook functions to module #47

Closed
greebie opened this Issue Mar 25, 2019 · 1 comment

Comments

Projects
None yet
1 participant
@greebie
Copy link
Collaborator

greebie commented Mar 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:

  • Create a module that works only in the current repository.
  • Develop a library for PyPi and include it in the Docker container.
@greebie

This comment has been minimized.

Copy link
Collaborator Author

greebie commented Mar 29, 2019

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 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
You can’t perform that action at this time.