“Agregue el núcleo Python a Jupyter” Código de respuesta

Agregar núcleo a Jupyter

python -m ipykernel install --user --name=myenv
Yawning Yacare

Agregue el núcleo Python a Jupyter

(your-venv)$ ipython kernel install --name "local-venv" --user
Thoughtless Tiger

Agregue el núcleo Python a Jupyter


python2 -m pip install ipykernel
python2 -m ipykernel install --user

python3 -m pip install ipykernel
python3 -m ipykernel install --user

Wild Weevil

Respuestas similares a “Agregue el núcleo Python a Jupyter”

Preguntas similares a “Agregue el núcleo Python a Jupyter”

Más respuestas relacionadas con “Agregue el núcleo Python a Jupyter” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código