You can add a fake except for the notebook.exit inside try blocktry:
notebook.run(somenotebook)
try:
notebook.exit()
except Exception as e
print("Notebook exited")
except:
print("Main exception")
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.