As the title says, is there a way to run a Jupyter Notebook cell in the background (in Python)?
For example, is there a hypothetical magic command %%run_in_background
that allows me to kick off a cell to execute in the background without blocking other cells from executing.