Jupyter Console
A terminal-based console frontend for Jupyter kernels.
This code is based on the single-process IPython terminal.
Install with pip:
pip install jupyter-console
Install with conda:
conda install -c conda-forge jupyter_console
Start:
jupyter console
Help:
jupyter console -h
Jupyter Console allows for console-based interaction with non-python
Jupyter kernels such as IJulia, IRKernel.
To start the console with a particular kernel, ask for it by name::
jupyter console --kernel=julia-0.4
A list of available kernels can be seen with::
jupyter kernelspec list
Release build:
$ pip install pep517
$ python -m pep517.build .
Resources
Project Jupyter website
Documentation for Jupyter Console [PDF]
Documentation for Project Jupyter [PDF]
Issues
Technical support - Jupyter Google Group
About the Jupyter Development Team
The Jupyter Development Team is the set of all contributors to the Jupyter project.
This includes all of the Jupyter subprojects.
The core team that coordi
|