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

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


== Ссылки ==
== Ссылки ==
{{Wikipedia-en|Project Jupyter}}
* {{official|https://jupyter.org/}}
* {{official|https://jupyter.org/}}
* {{github|jupyter|jupyter|Jupyter}}
* {{github|jupyter|jupyter|Jupyter}}
Строка 24: Строка 25:
* [https://github.com/jupyter/jupyter/wiki/Jupyter-kernels Jupyter kernels]
* [https://github.com/jupyter/jupyter/wiki/Jupyter-kernels Jupyter kernels]
* [https://jupyter-notebook.readthedocs.io/en/stable/index.html Документация]
* [https://jupyter-notebook.readthedocs.io/en/stable/index.html Документация]
* https://en.wikipedia.org/wiki/Project_Jupyter


[[Категория:Jupyter| ]]
[[Категория:Jupyter| ]]

Версия от 00:27, 29 октября 2022

JupyterLab

pip install jupyterlab
jupyter-lab

Jupyter Notebook

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

pip install notebook
jupyter notebook

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

Ссылки