When papermill generates a notebook, a .ipynb file is created in the output path that says it is not running in the jupyter home page. I would prefer that when the notebook has finished executing, it remains running with a live kernel so I can interact with any variables inside of it. Instead now I have to re-run the cells to get the variables that were generated in the notebook. This is especially cumbersome for any time intensive notebooks.
I am generating the notebooks using execute_notebook function.
My feeling is that this is not possible because while the new notebook is being executed it never shows "Running" in my jupyter homepage. Is what I am asking for even possible with papermill or is there another way of achieving this that is scalable?