Python JUPYTER - Tema ESCURO para o notebook

Опубликовано: 14 Июль 2026
на канале: Programe Python
4,467
289

Aprenda como colocar tema escuro no seu jupyter notebook para programar de forma mais confortável. Nesse vídeo você também aprenderá a configurar o tema, ativar a barra de ferramentas e alterar o tamanho da fonte. Os plots também possuem um tema muito bonito para acompanhar a tela escura.
Dark theme on jupyter notebook.
How to activate toolbar on jupyther themes.
How to set font size on jupyter themes.

Temas: Chesterish, grade3, gruvboxd, gruvboxl, monokai, oceans16, onedork, solarizedd, solarizedl.

Códigos útilizados:
pip install jupyterthemes
!jt -t onedork -T -N –kl
from jupyterthemes import jtplot
jtplot.style(theme='onedork’)
!jt -t monokai -f fira -fs 12 -nf ptsans -nfs 12 -N -kl -cursw 2 -cursc r -cellw 90% -ofs 12 -dfs 12 -T

#python #jupyter #tema #theme #escuro #dark

0:00 Introdução
0:35 Acessando o Terminal
1:02 Instalando a biblioteca
1:19 Ativando o tema
2:08 Ativando barra de ferramentas
2:44 Mais configurações (minha config)
4:13 Ajustando o plot
4:55 Encerramento