nb-thumb

Extract thumbnails from Jupyter notebooks for Quarto

Install

pip install nb_thumb

Quickstart

Show A thumbnail

from nb_thumb import nb2thumb
nb2thumb(nb_path='test_nbs/geom_col.ipynb', 
         label='two_variable_bar_plot',
         size=(200,200))

Usage

For more information and examples, see the docs.