Install nbterm
mainYou can install nbterm using pip or conda. Note that you must also have a kernel installed (such as ipykernel, xeus-python, or xeus-cling) to execute notebook cells.
Warning: nbterm is no longer maintained. Its successor is jpterm.
# Using pip
pip install nbterm
# Using conda
mamba install nbterm -c conda-forge