Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muellerzr/nbprocess-sandbox
- Owner: muellerzr
- License: apache-2.0
- Created: 2022-06-16T16:24:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T21:01:08.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:13:53.390Z (almost 2 years ago)
- Topics: fastai, literate-programming, nbdev, nbprocess
- Language: Jupyter Notebook
- Homepage: https://muellerzr.github.io/nbprocess-sandbox
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`