当我跑步时:
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
我得到了
/var/folders/6g/6gqq4lhx4jbcl4_tbrsxj3xr0000gq/T/ipykernel_5625/333572366.py:1: DeprecationWarning:从IPython.core.display导入显示不再推荐,因为IPython 7.14,请从IPython显示导入 从IPython.core.display导入显示
发布于 2022-08-25 21:04:52
https://stackoverflow.com/questions/73493678
复制相似问题