-
Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES
Versions installed:
```python
import fastcore
fastcore.__version__
# '1.3…
-
I love the concept of `nbdev` but had trouble setting it up on `Github Codespaces` which are awesome!
I was following instructions at:
https://nbdev.fast.ai/example.html or https://nbdev.fast.ai/t…
-
Hi, first of all, thanks for creating this great tool. I was a bit skeptical at first, but I am amazed at how easy it is to create great code quality with `nbdev`.
I am raising this issue because …
-
To reproduce:
```bash
conda create --name=nbdev_bug python=3.8
conda activate nbdev_bug
pip install nbdev
nbdev_test_nbs
```
returns
```
[...]
RuntimeWarning: coroutine 'ZMQSocketChannel.get…
-
While Using %%time for the first time, I had entered that magic into a cell which
contained a comment, resulting in this error message.
## this is a python comment
%%time
time.sleep(.5)
"Usage…
-
On Mac (10.13.6) I followed the tutorial, got everything installed. The docs generated by `nbdev_build_docs` look plan html (same on github). There are not `js` or `css` folders preset.
How to fix…
-
Be sure you've searched [the forums](https://forums.fast.ai) for the error message you received. Also, unless you're an experienced fastai developer, first ask on the forums to see if someone else has…
-
Here is my sequence .
1. I generate my project from the github template,
2. clone my project to my local machine
3. edit my settings.ini file with my project meta data
4. run nbdev_build_lib
…
-
I'm working through the minimal example (https://nbdev.fast.ai/example.html), and find that the documentation created does not have any templating, including any navigation.
* The checked in repo c…
-
Is there a way to load or edit the jekyll-theme used by the template?