jupyter-themes icon indicating copy to clipboard operation
jupyter-themes copied to clipboard

change the font and color in jupyter terminal page?

Open alayamanas opened this issue 5 years ago • 3 comments

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

alayamanas avatar Jun 04 '19 15:06 alayamanas

What about Settings > JupyterLab Theme?

akarve avatar Aug 31 '19 00:08 akarve

What about Settings > JupyterLab Theme?

so quick solution 😆

manoshape avatar Apr 23 '20 03:04 manoshape

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\]'

dodohjk avatar Nov 13 '23 15:11 dodohjk