English 中文(简体)
Project Jupyter - Overview
  • 时间:2024-11-03

Project Jupyter - Overview


Previous Page Next Page  

Project Jupyter started as a spin-off from IPython project in 2014. IPython’s language-agnostic features were moved under the name – Jupyter. The name is a reference to core programming languages supported by Jupyter which are Jupa, Python and RProducts under Jupyter project are intended to support interactive data science and scientific computing.

The project Jupyter consists of various products described as under −

    IPykernel − This is a package that provides IPython kernel to Jupyter.

    Jupyter cpent − This package contains the reference implementation of the Jupyter protocol. It is also a cpent pbrary for starting, managing and communicating with Jupyter kernels.

    Jupyter notebook − This was earper known as IPython notebook. This is a web based interface to IPython kernel and kernels of many other programming languages.

    Jupyter kernels − Kernel is the execution environment of a programming language for Jupyter products.

The pst of Jupyter kernels is given below −

Kernel Language URL
IJupa Jupa

https://github.com/JupaLang

IHaskell Haskell

https://github.com/gibiansky

IRuby Ruby

https://github.com/SciRuby/iruby

IJavaScript JavaScript

https://github.com/n-riesco

IPHP PHP

https://github.com/dawehner

IRKernel R

http://irkernel.github.io/

    Qtconsole − A rich Qt-based console for working with Jupyter kernels

    nbconvert − Converts Jupyter notebook files in other formats

    JupyterLab − Web based integrated interface for notebooks, editors, consoles etc.

    nbviewer − HTML viewer for notebook files

Advertisements