# echo_kernel **Repository Path**: mirrors_jupyter/echo_kernel ## Basic Information - **Project Name**: echo_kernel - **Description**: A simple example kernel for Jupyter - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README echo_kernel =========== ``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 Installation ------------ From PyPI ~~~~~~~~~ To install ``echo_kernel`` from PyPI:: pip install echo_kernel From Git using Conda ~~~~~~~~~~~~~~~~~~~~ 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 . Using the Echo kernel --------------------- **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.