Saltar al contenido

Ejemplo de código de extensión de Jupyter Notebook

Ejemplo 1: instalación de hinterland para jupyter sin anaconda

STEP 1: Open cmd prompt and run the following commands
 1) pip install jupyter_contrib_nbextensions
 2) pip install jupyter_nbextensions_configurator
 3) jupyter contrib nbextension install --user 
 4) jupyter nbextensions_configurator enable --user

STEP 3: Open jupyter notebook
 - click on nbextensions tab
 - unckeck disable configuration for nbextensions without explicit compatibility
 - put a check on Hinterland
step 3: Open new python file and check autocomplete feature

Ejemplo 2: descargar nbextensions

pip install jupyter_contrib_nbextensions

Ejemplo 3: extensiones de portátil jupyter

conda install -c conda-forge jupyter_contrib_nbextensions

Ejemplo 4: extensiones de portátil jupyter

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *