-
I have been thinking about the integration of Livebook and ExDoc. Axon is now including livebooks and it would be nice if they could also be included in the docs. They could almost be included as is, …
-
I'm trying to get `nbdev` to work locally (the jupyter keynote got me curious!) but it seems to hiccup.
While following the tutorials I get a strange error when I try to generate the docs. This er…
-
## Required Prerequisites for filing a bug
### You must follow ALL the steps in the [troubleshooting guide](https://github.com/fastai/fastpages/blob/master/_fastpages_docs/TROUBLESHOOTING.md). Not…
-
The docstring in nbdev is not rendered properly, for example numpy and Google style docstrings are rendered unexpectedly such as
```
Parameters
----------
```
becomes Heading 1 which shows up in …
-
Hi! I'm following the "nbdev live coding with Hamel Husain" [video](https://www.youtube.com/watch?v=ZJTop5uqC2U&t=1453s) and at the 43:53 mark, Hamel does `make pypi` but there's no Makefile in this t…
-
It says that nbdev should work on 3.8 . But the moment I alter min_python = 3.6 to min_python = 3.8, I encounter errors that it's incompatible in GitHub Actions. How do I enable 3.8, is there a new nb…
saurk updated
3 years ago
-
Hi folks,
I'm finding that hyperlinks and parentheses get grouped together in the README's subtitle which produces undesired output. For example, consider the following Markdown cell
**index.ipy…
-
Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES
**Describe the bug**
When passing ```normalize=True``` to a ```cnn_learner``` …
-
These notebooks fail when running `nbdev_test_nbs`
```
Exception: The following notebooks failed:
01_dataset_builder.ipynb
07_property_scorer.ipynb
08_database_proxy.ipynb
09_create_database_t…
-
I created a new public repository and when I try to run `nbdev_new` either through the command line or inside a notebook cell via `from nbdev.cli import nbdev_new; nbdev_new()` I get the following err…