The Jupyter console is a terminal front-end for kernels using the Jupyter protocol. Jupyter console versions 4.0 to 5.0 are currently in use.
The Jupyter console is a terminal front-end for kernels using the Jupyter protocol.
Jupyter Console Versions
Version 4.0.0
First release as a standalone package.
After multiple enhancements **version 4.1.0 was released:
- setuptools fixes for Windows
- fix jupyter console --generate-config
- readline/completion fixes
- use is_complete messages to determine if input is complete (important for non-Python kernels)
- fix: 4.0 was looking for jupyter_console_config in IPython config directories, not Jupyter
Version 4.1.1
- fix for readline history
Version 5.0
Current Jupyter version used by most users.
The console can be installed with:
pip install jupyter-console
And started with:
jupyter console