Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • Jupyter Notebook or JupyterLab

Install via pip

The easiest way to install ytnb-embed is using pip:

pip install ytnb-embed

Install from Source

To install the latest development version:

git clone https://github.com/aatansen/ytnb-embed.git
cd ytnb-embed
pip install -e .

Verify Installation

To verify that the installation was successful:

import ytnb_embed
print(ytnb_embed.__version__)

Updating

To update to the latest version:

pip install --upgrade ytnb-embed