Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birkhoffg/nbdev_template
https://github.com/birkhoffg/nbdev_template
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/birkhoffg/nbdev_template
- Owner: BirkhoffG
- License: apache-2.0
- Created: 2021-02-22T11:10:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T12:22:39.000Z (almost 4 years ago)
- Last Synced: 2024-12-20T18:36:12.434Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nbdev template
> This is a forked repo to [nbdev_template](https://github.com/fastai/nbdev_template/commit/76f9035762185cbebece3fc30d4ce01985022143) with modification.
Use this template to more easily create your [nbdev](https://nbdev.fast.ai/) project.
## Build nbs to module
```
nbdev_build_lib
```## Update nbs from module
```
nbdev_update_lib
```## clean notebooks
```
nbdev_clean_nbs
```