在googlecolab中使用jupyter_nbextensions_配置器

2024-05-19 09:33:44 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在google colab中使用jupyter\u nbextensions\u configurator,并依次执行以下命令:

!pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
!jupyter contrib nbextension install --user
!jupyter nbextensions_configurator enable --user
!jupyter nbextension enable execute_time/ExecuteTime

最后一个命令将导致输出:

enter image description here

但是,在此之后,当我执行下一个单元格时,它不会显示上次执行的时间或执行它所用的时间长度

有没有我遗漏的具体步骤


Tags: installpiphttps命令githubenablegoogle时间

热门问题