-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command not found: jt #469
Comments
Hi Vom, Try installing jupyterthemes using the following command:
|
|
try write that in Jupyter Notebook |
OS info:Edition Windows 11 Home Single Language I encountered the same problem and all the ways I found ether on stack overflow/ GitHub didn't work. Just make sure to be connected to stable internet and to restart Jupyter notebook. Hope this was helpful p.s. Tt worked for me but I am unaware of that conda-forge really works. |
Hi,
I am pretty new to jupyter notebook and I did not like the bright theme, therefore I wanted to install JT to change it.
Mac OS 13.0.1
Pip 22.3.1
Python 3.7
I have used
pip3 install jupyterthemes
to install juypterthemes.Afterwards the JT command did not work. So I tried to solve the problem by existing topics such as https://github.com/dunovank/jupyter-themes/issues/92.
I fixed the problem within my
~/.zshrc
so my$PYTHONPATH
does not return a blank value.From now
$PYTHONPATH
returned/usr/bin/python3
- works fine.But the the problem of the beginning still exist, whenever I try to change the Theme of Jupyter, I get:
zsh: command not found: jt
- any ideas how to fix it?Thanks Leo
The text was updated successfully, but these errors were encountered: