Project Jupyter: различия между версиями

Материал из DZWIKI
Перейти к навигации Перейти к поиску
Строка 18: Строка 18:


== Ссылки ==
== Ссылки ==
* https://jupyter.org/
* {{official|https://jupyter.org/}}
* {{github|jupyter|jupyter|Jupyter}}
* {{github|jupyter|notebook|Jupyter Notebook}}
* https://en.wikipedia.org/wiki/Project_Jupyter
* https://en.wikipedia.org/wiki/Project_Jupyter
* https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
* https://github.com/jupyter/jupyter/wiki/Jupyter-kernels

Версия от 07:58, 3 октября 2021

JupyterLab

pip install jupyterlab
jupyter-lab

Jupyter Notebook

Jupyter Notebook (ранее известный как IPython Notebook) — веб-оболочка для IPython.

pip install notebook
jupyter notebook

Популярные ядра

Ссылки