Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muellerzr/nbprocess-sandbox

Messing around with nbprocess
https://github.com/muellerzr/nbprocess-sandbox

fastai literate-programming nbdev nbprocess

Last synced: 3 months ago
JSON representation

Messing around with nbprocess

Awesome Lists containing this project

README

        

A testing ground of sorts to play with nbprocess
================

## How to use

This library (and repository) contains a variety of
tutorials/experiments using
[nbprocess](https://github.com/fastai/nbprocess). Ideally these
experiments will be me testing how close
[nbagile](https://github.com/muellerzr/nbagile) can be to existence with
this new framework.

Implemented in this repo:

- Automatically exporting notebook tests into a pytest
[unittest.TestCase](https://docs.python.org/3/library/unittest.html#unittest.TestCase)
format inside a `tests/` directory. (see 00_core and 01_export)
- Creating cookie-cutter notebooks via `new_nb`