from IPython.utils import capture with capture.capture_output() as cap: ## does not capture the error instead throws the given error print abc
Но,
%%capture cap print abc
фиксирует ошибку, что я тут делаю не так