problem is here: ``` @reactive.calc def notebook_nb(): ... released.set(True) plan = analysis_plan() return convert_py_to_nb(notebook_py(), title=str(plan), execute=True) ```