ZHEHUAN CAI
ZHEHUAN CAI

Reputation: 11

jupyterthemes jt command not found

I have installed jupyterthemes by pip install --upgrade jupyterthemes under Windows7. But when I type in cmd jt -l,it turns out jt:command not found.

How can I solve this problem?

Upvotes: 1

Views: 950

Answers (2)

Walu.Q
Walu.Q

Reputation: 11

Exit() python or ipython interpreter and try again e.g on PC using Anaconda prompt: (base) C:\Users\YourAccount>jt -l that should work if the themes pack was installed. That is what worked for me when I encountered this issue.

Upvotes: 0

Hangyu Tian
Hangyu Tian

Reputation: 11

You can do: !jt -l
To change the theme: !jt -t 'themes name' and reload

Upvotes: 1

Related Questions