0 votes
84 views
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?
asked Jul 14, 2022 by martinkb (520 points) | 84 views

1 Answer

0 votes
Best answer
Thanks for reaching out. Your query should continue to run on the server even if you close the browser/session (for async queries only).

Best,
Robert
answered Jul 14, 2022 by datalab (19,200 points)
selected Jul 16, 2022 by martinkb
Thanks Robert. I'll give it a try when I finally figure out how to do my q3c crossmatch. :)

359 questions

372 answers

385 comments

2,427 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.