noxdafox / jupyter_console

Jupyter Terminal Console

Home Page:http://jupyter-console.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Console

Build Status Documentation Status

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

Resources

About

Jupyter Terminal Console

http://jupyter-console.readthedocs.io/en/latest/

License:Other


Languages

Language:Python 100.0%