Metadata-Version: 2.1
Name: nb-thumb
Version: 0.0.1
Summary: Extract thumbnails from Jupyter notebooks
Home-page: https://github.com/fastai/nb-thumb
Author: Hamel Husain
Author-email: hamel.husain@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# nb-thumb

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install nb_thumb
```

## Quickstart

``` python
from nb_thumb.thumb import nb2thumb
```

``` python
nb2thumb('_test_nbs/geom_col.ipynb', label='two_variable_bar_plot')
```

![](index_files/figure-commonmark/cell-3-output-1.png)

## Usage

See [this page](./00_thumb.ipynb).


