This is a fork of the echo_kernel from the Jupyter project. It is intended to be used as a simple example of a Jupyter kernel that can take advantage of the specific ways in which Quarto communicates additional information during execution.
Below, you will find the original README from the echo_kernel project.
echo_kernel
is a simple example of a Jupyter kernel. This repository
complements the documentation on wrapper kernels here:
http://jupyter-client.readthedocs.io/en/latest/wrapperkernels.html
To install echo_kernel
from PyPI:
pip install echo_kernel
To install echo_kernel
from git into a Conda environment:
git clone https://github.com/jupyter/echo_kernel cd echo_kernel conda create -n ker jupyter conda activate ker pip install .
Notebook: The New menu in the notebook should show an option for an Echo notebook.
Console frontends: To use it with the console frontends, add --kernel echo
to
their command line arguments.