I have files that exist in the jupyter-labs notebook. the user edits code in the notebook and moves onto another page in the UI, the lab session is display: none but still loaded on the page.
I need to run the .ipynb file from a different page showing a different UI based on the results of the run.
I have looked for an extension to do this, I have the file path and am easily able to "get" the file from path using the jupyter session, but I have not been able to find an extension or part of the jupyter session to run the file. Any help from those more experienced would be greatly appreciated.