I'm very new with Jupyter notebooks so this might be a dumb question.
When I start a presumably long running asynchronous query by executing a Python3 cell in a notebook that outputs its result to myDB, do I have to stay logged into the notebook server/does the browser session need to run the whole time or will the code still run successfully when logging out?