Well we are facing following problem how to collaborate all of us: users A(Prototype),B(developer), C(mostly reviewer ), before ploomber era: A test-idea.ipynb, B test-idea_fromA_C.ipynb,C test-idea_B_merging.ipynb, C editing nice-plot function to improve it then need to push back to other notebooks.. totally mess. Finally we have 1,2,3,4 notebooks and data1v1,…data1vN with N notebooks and plots J
To improve the situation, I have decided to move the workflow to ploomber: tasks/ products
A- creates some new idea and makes a draft plots in test-idea.ipynb
B- soorgeon test-idea.ipynb idea , converting to ploomber project “idea” with the folders tasks and outputs
C - going to check the results in the outputs/nice-plot.ipynb
In this point we are somehow got stack