AnswerDotAI / AnswerDotAI/nbdev

How to guide for developing nbdev

Open
#1,021 6 comments 0 reactions 0 assignees View on GitHub
documentation
Dominant language
Jupyter Notebook
Stars
5.3k
Forks
513
Avg merge
2d 30m
Merged PRs (30d)
8

Description

_aka "runs with scissors"_

Document how to develop and test with pre-release versions of nbdev and the primary dependencies (i.e. quarto, jupyter), all of which are actively being developed.

Some topics to potentially include:

- Describe how to preview locally using a prerelease version of nbdev (head or a particular commit)

For example:
```
pip install -U git+https://github.com/fastai/nbdev.git@08462b3da90c86a06cd62159babc69c346d21f88
```

- Describe how to deploy to GitHub using a prerelease version of nbdev and/or quarto

workflows/deploy.yaml
```
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: fastai/workflows/quarto-ghp@master
with: {pre: 1}
```

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.