6 lines
109 B
Python
6 lines
109 B
Python
from __future__ import annotations
|
|
|
|
import logging
|
|
|
|
logging.getLogger("nbconvert").setLevel(logging.WARNING)
|