找不到Jupyter notebook jt命令

时间:2018-04-24 19:04:16

标签: python jupyter

我想改变jupyter笔记本主题,所以我安装了主题:

pip install jupyterthemes

安装似乎工作正常,但当我尝试更改主题时:

jt -t <theme_name>

我明白了:

jt: command not found

我尝试卸载主题:

pip uninstall jupyterthemes

但我得到了:

Skipping jupyterthemes as it is not installed

在安装过程中,我没有收到任何错误......我该怎么做才能正确安装主题? 我使用的是Ubuntu 16.04,我用pip安装了jupyter笔记本。 Jupyter工作得很好,它只是不起作用的主题

编辑: 问题解决了安装jupyterthemes:

sudo -H python3 -m pip install jupyterthemes

现在可以识别jt命令

2 个答案:

答案 0 :(得分:1)

我通过在Jupyter笔记本中输入命令解决了没有sudo访问权限的问题。

在笔记本的单元格中输入以下内容:

!pip install jupyterthemes 

jt命令之后应该可以正常工作。

答案 1 :(得分:0)

简单地运行它。我遇到了同样的问题,它奏效了

sudo pip install jupyterthemes