Hey there. I am looking for a tool that let’s me string together the outputs of a series of notebooks in a UI. Does this exist?
E.g. notebook for importing and splitting up dataset. Then notebook for training model. Then notebook for working with results. Then notebook for visualization.
Problem to Solve: my notebook is now… thousands of lines of code. I want isolation/encapsulation from a best practice coding perspective. Maybe I could use different Python versions or different conda envs or even switch over to either R or Scala in each notebook. If you were going all out - then you would be able to specify deeper things like Java version being used.
Something like Rabix, but for notebooks instead of containers.