Contents Menu Expand Light mode Dark mode Auto light/dark mode
Jupyter Tutorial 1.1.0
Logo
Jupyter Tutorial 1.1.0
  • Introduction
  • What’s new?
  • Notebook
    • Install Jupyter Notebook
    • Create notebook
    • Keyboard shortcuts
    • Jupyter paths and configuration
    • Parameterisation and scheduling
    • Testing
      • Unit tests
      • Doctests
      • Mock
      • unittest2
      • ipytest
      • Hypothesis
  • JupyterLab
    • Install JupyterLab
    • JupyterLab extensions
    • JupyterLab on JupyterHub
    • Real-time collaboration
    • Scheduler
  • JupyterHub
    • Installation
    • Configuration
    • systemdspawner
    • Create service nbviewer
    • ipyparallel
      • Installation
      • Overview
      • Check the installation
      • Configuration
      • IPython’s Direct interface
      • ipyparallel magics
      • Task interface
      • AsyncResult object
      • MPI
  • Binder
  • nbconvert
  • nbviewer
  • Kernels
    • Install, view and start the kernel
    • Python2
    • What’s new in Python 3.8?
    • What’s new in Python 3.9?
    • What’s New In Python 3.10
    • R-Kernel
  • ipywidgets
    • Examples
    • Widget list
    • Widget events
    • Custom widget
    • ipywidgets libraries
      • ipycanvas
      • ipywebrtc
      • ipysheet
      • qgrid
      • ipyvuetify
      • ipympl
    • Embed Jupyter widgets
  • nbextensions
    • Installation
    • List of extensions
    • Create plugin
    • setup.ipynb
    • ipylayout
  • Visualise data
  • Dashboards
    • Jupyter Dashboards
      • Installation of Jupyter dashboards
      • Create dashboard layouts
      • Matplotlib example
    • Appmode
      • app-example.ipynb
    • nbviewer
    • Panel
      • Installation
      • Overview
      • Interactions
      • Widgets
      • Parameterisation
      • Styling
      • Deploy and export
      • Pipelines
      • Templates
      • Running Panel in the browser with WASM
      • FastAPI integration
    • Voilà
      • Installation and use
      • Templating
      • bqplot_vuetify_example.ipynb
      • debug.ipynb
    • jupyter-flex
  • Sphinx
    • nbsphinx
    • Executable Books
  • Use cases
  • Index
Back to top

Kernels#

The Jupyter team manages the IPython-Kernel. In addition to Python, many other languages can be used in notebooks. The following Jupyter kernels are widely used:

  • R

    • IRKernel: Docs | GitHub

    • IRdisplay: GitHub

    • Repr: GitHub

  • Julia

    • IJulia: GitHub

    • Interact.jl: GitHub

A list of available kernels can be found in Jupyter kernels.

See also

  • Using Wolfram Language in Jupyter: A free alternative to Mathematica

Next
Install, view and start the kernel
Previous
nbviewer
Copyright © 2019–2023, Veit Schiele
Made with Sphinx and @pradyunsg's Furo