Reputation: 11
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
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
Reputation: 11
You can do: !jt -l
To change the theme: !jt -t 'themes name'
and reload
Upvotes: 1