Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leemengtw/nbdev_template
https://github.com/leemengtw/nbdev_template
blogging jupyter-notebook nbdev python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leemengtw/nbdev_template
- Owner: leemengtw
- License: apache-2.0
- Created: 2020-03-02T10:01:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:43:38.000Z (about 2 years ago)
- Last Synced: 2024-04-23T00:10:47.782Z (9 months ago)
- Topics: blogging, jupyter-notebook, nbdev, python
- Language: Jupyter Notebook
- Homepage: https://leemeng.tw/nbdev_template/
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nbdev_template
> Use this template to more easily create nbdev project.This file will become your README and also the index of your documentation.
## Setup
```bash
nbdev_install_git_hooks
nbdev_build_lib
pip install -e .
nbdev_build_docs
```## How to use
Fill me in please! Don't forget code examples:
```
1+1
```2