Ejemplo 1: mejores temas para jupyter notebook
conda install -c conda-forge jupyter_nbextensions_configurator
Ejemplo 2: tema de cuaderno de jupyter
conda install -c conda-forge jupyterthemes
# or pip install jupyterthemes
import jupyterthemes as jt
print(jt.get_themes()) # to get the list of available themes
jt.install_theme('chesterish') #jt.install_theme('my favourite theme') to apply your theme
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)