Dho*_*Dho 9 syntax jupyter-notebook
我试图通过在笔记本中输入以下内容来在 Jupyter 笔记本中安装深色主题
pip install jupyterthemes
jt -t chesterish
Run Code Online (Sandbox Code Playgroud)
第一个命令有效,但第二个命令出现一些错误。然后我写了这个
!jt -t chesterish
Run Code Online (Sandbox Code Playgroud)
它奏效了。感叹号做了什么?
PS我对Python非常陌生,上周才开始