-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi David,
Thanks for subnotebook.
I am building a data analysis tool for Muon Spin Spectroscopy, a facility-based experimental technique.
I think your project does what I need, that is to keep a somewhat complex ipywidget gui interface that selects a variety of data analysis options, in one clean notebook that receives no output, and direct all output to a separate nb.
The user plays with the options on the gui, selects the Go button and the data analysis output, including plots, goes to another data-set-specific nb. Then the gui interface is ready for trying new variations of the data analysis or changing data set.
My question is: is there a simple way to include your project in a distribution of my package? It would be ideal to be able to pip install it, or conda, but subnotebook is not on pip or conda.
Alternatively I can just copy the parts I need into my package. Any other suggestions?
Sorry, I am a naive physicist, not a software engineer ;)
Thanks for your time
Roberto