man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

grouping report results into folders #150

Closed marcinapostoluk closed 10 months ago

marcinapostoluk commented 1 year ago

notebooker folders To keep things simple implemented the functionality on the client side (considering it to be a presentation style of the UI). We can also do it more server-driven - have the server return the whole structure of results (including folders) at a given level, however that's considerably more work for not that much gain. I think we can refactor at some point if really needed.

Added: