AnswerDotAI / AnswerDotAI/nbdev

Feature request: template new nb

Open
#1,252 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
5.3k
Forks
513
Avg merge
2d 30m
Merged PRs (30d)
8

Description

When I create a new nbdev notebook I almost always have the same structure

```
# name
> name of notebook of file ##_name.ipynb

---new-cell---

#| default_export name

---new-cell---

#| hide
from nbdev.showdoc import *

---new-cell---
...
---new-cell---

#| hide
import nbdev; nbdev.nbdev_export()
```

is there a way to use nbdev to automatically scaffold this in the nbs directory?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.