dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.76k stars 1.06k forks source link

change the font and color in jupyter terminal page? #346

Open alayamanas opened 5 years ago

alayamanas commented 5 years ago

Hi I love this repo, but the jupyter terminal is still bad for human eyes, Is there any way to change the font and color in jupyter terminal page?

thanks

akarve commented 5 years ago

What about Settings > JupyterLab Theme?

manoshape commented 4 years ago

What about Settings > JupyterLab Theme?

so quick solution 😆

dodohjk commented 9 months ago

if you want to change the prompt (the bit before your commands) you can user a prompt generator online and change it with a terminal command for example: export PS1='\[\e[92;1m\]\u\[\e[22m\]@\[\e[1m\]\h \[\e[38;5;75m\]\w \[\e[0;38;5;39m\]\\$\n\[\e[0m\]'