Jupyter Console

6.6.3 · active · verified Sun Apr 05

Jupyter Console is a terminal-based console frontend for Jupyter kernels, offering an interactive computing experience directly in your terminal. It provides a rich interface for interacting with various Jupyter kernels, including Python, Julia, and R, building upon the single-process IPython terminal. The current version is 6.6.3 and it is actively maintained as part of the broader Project Jupyter ecosystem, with releases typically tied to updates in its subprojects.

Warnings

Install

Imports

Quickstart

Launch an interactive Python console session in your terminal. If no kernel is specified, it will attempt to find a default Python kernel.

jupyter console --kernel=python

view raw JSON →