Unverified 提交 fef1913d authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

`check_font()` on notebook init (#9200)

上级 f65081c4
......@@ -38,10 +38,12 @@ def notebook_init(verbose=True):
import os
import shutil
from utils.general import check_requirements, emojis, is_colab
from utils.general import check_font, check_requirements, emojis, is_colab
from utils.torch_utils import select_device # imports
check_requirements(('psutil', 'IPython'))
check_font()
import psutil
from IPython import display # to display images and clear console output
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论