Ejemplo 1: cómo hacer el modo oscuro de la computadora portátil jupyter
pip install jupyterthemes
jt -t onedork -f roboto -fs 12
Ejemplo 2: tema oscuro del cuaderno jupyter
1. pip install jupyterthemes
2. jt -t chesterish -fs 16 -nfs 14 -tfs 14 -ofs 16 -dfs 14 -cellw 1600 -T -N -kl -f anka -nf anka -tf anka
Ejemplo 3: establecer el color de jupyer en oscuro
pip install jupyterthemes
Ejemplo 4: tema oscuro de jupyter
conda install jupyterthemes
Ejemplo 5: temas del cuaderno de jupyter cómo cambiar
jt -t <theme-name>
Ejemplo 6: tema oscuro del fondo de la trama del cuaderno jupyter
copiedimport matplotlib.pyplot as plt
plt.style.use('dark_background')
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)