|
108 | 108 | }, |
109 | 109 | { |
110 | 110 | "cell_type": "code", |
111 | | - "execution_count": null, |
| 111 | + "execution_count": 1, |
112 | 112 | "metadata": {}, |
113 | 113 | "outputs": [ |
114 | 114 | { |
|
135 | 135 | "\u001b[1m\u001b[94mnbdev_preview\u001b[0m Start a local docs webserver\n", |
136 | 136 | "\u001b[1m\u001b[94mnbdev_pypi\u001b[0m Create and upload Python package to PyPI\n", |
137 | 137 | "\u001b[1m\u001b[94mnbdev_quarto\u001b[0m Create Quarto docs and README.md\n", |
| 138 | + "\u001b[1m\u001b[94mnbdev_readme\u001b[0m Render README.md from index.ipynb\n", |
138 | 139 | "\u001b[1m\u001b[94mnbdev_release\u001b[0m Release both conda and PyPI packages\n", |
139 | 140 | "\u001b[1m\u001b[94mnbdev_sidebar\u001b[0m Create sidebar.yml\n", |
140 | 141 | "\u001b[1m\u001b[94mnbdev_test\u001b[0m Test in parallel notebooks matching `fname`, passing along `flags`\n", |
|
147 | 148 | "!nbdev_help" |
148 | 149 | ] |
149 | 150 | }, |
| 151 | + { |
| 152 | + "cell_type": "markdown", |
| 153 | + "metadata": {}, |
| 154 | + "source": [ |
| 155 | + "## FAQ" |
| 156 | + ] |
| 157 | + }, |
150 | 158 | { |
151 | 159 | "cell_type": "markdown", |
152 | 160 | "metadata": {}, |
|
161 | 169 | "[Watch this video](https://youtu.be/9Q6sLbz37gk). Don't worry, we still get this too, despite having used `nbdev` for a wide range of \"very serious\" software projects over the last three years, including [deep learning libraries](https://github.com/fastai/fastai), [API clients](https://github.com/fastai/ghapi), [Python language extensions](https://github.com/fastai/fastcore), [terminal user interfaces](https://github.com/nat/ghtop), and more!" |
162 | 170 | ] |
163 | 171 | }, |
| 172 | + { |
| 173 | + "cell_type": "markdown", |
| 174 | + "metadata": {}, |
| 175 | + "source": [ |
| 176 | + "## nbdev in the wild\n", |
| 177 | + "\n", |
| 178 | + "### fastai ecosystem\n", |
| 179 | + "\n", |
| 180 | + "`nbdev` has been used to build innovative software in the fastai\n", |
| 181 | + "ecosystem, including the [`fastai`](https://docs.fast.ai/) deep learning\n", |
| 182 | + "library which implements a [unique layered API and callback\n", |
| 183 | + "system](https://arxiv.org/abs/2002.04688), and\n", |
| 184 | + "[`fastcore`](https://fastcore.fast.ai/), which supercharges Python\n", |
| 185 | + "leveraging its dynamic nature. Furthermore, `nbdev` allows a very small\n", |
| 186 | + "number of developers to maintain and grow a [large\n", |
| 187 | + "ecosystem](https://github.com/fastai) of software engineering, data\n", |
| 188 | + "science, machine learning, and devops tools." |
| 189 | + ] |
| 190 | + }, |
164 | 191 | { |
165 | 192 | "cell_type": "markdown", |
166 | 193 | "metadata": {}, |
|
0 commit comments