i have my jupyter notebook in jupyter lab which hosted on a server. I want to connect to my notebook and extract result to my ui which is in streamlit all my code is in small functions and then there is a main function which return the final results i want in ui
my ui will send some data to jupyter notebook and ut should process it
i am unable to think of any solution. please help if anyone has done something like this