Installation#
nbpreview can be installed through pipx or pip from PyPI.
pipx provides an easy way to install Python applications in isolated environments. See the documentation for how to install pipx.
% pipx install nbpreview
If pipx is not installed, nbpreview may also be installed via pip:
% python -m pip install nbpreview