Though what file is actually being run? In this case it is a file called python-loop.ipynb, though I don’t see that when I run ps nor do I see reference to it in /home/paws/.local/share/jupyter/runtime/kernel-b5238fdc-3b0b-4622-968d-daa97d7f15b4.json
Is there some way to see what files were used with running processes?
Hi @spookster thanks for the reply! I think I would need some help decoding the json file as I don’t see the expected “python-loop.ipynb” file mentioned in it.
We’re on jupyterlab==3.4.8 (been having some slowness issues in going to 4. Though could try if you think the listing would be there on something newer)
Maybe you will find another file which then also contains the path to the open notebook?
You can also find the paths to all open notebooks in your workspace file @ ~/.jupyter/lab/workspaces/
But in my case there is are no session strings which connect the PIDs with the paths of open notebooks.