-
This came out of a chat with @hamelsmu on how to improve the readability of pull requests on notebooks in the context of `nbdev`, a library that builds Python libraries out of Jupyter notebooks.
We…
-
# How to reproduce
1. new repo based off of template
2. update `settings.ini` to match personal repo and user
3. update `index.ipynb` so that `your_lib_name` is `lib_name` from `settings.ini`
4. r…
-
For example, I want to use nbdev to develop a python project, and I want to support both English and Chinese documentation for my users to read.
After some searching I find this https://quarto.org/d…
-
# Provide a minimally reproducible example
Run nbdev_docs on a Server in some place where network environment is somewhat different,
and the project contains a notebook with quarto raw block req…
-
I'm now unable to run some of the cells that depend on `fastbook` because my `nbdev_build_lib` command (version 1.1.22) claims to convert all of the notebooks, but only outputs `fastbook/__init__.py` …
-
I've used the old version of nbdev for a few years now. nbdev_build_lib would work fine when building the python code. I've upgraded to the new version but since then, nbdev_export fails with this err…
-
Hi @tgherzog 👋
Love this. Just wanted to encourage you to check [nbdev](https://nbdev.fast.ai/) to package the code. It's insanely practical. You basically play around on a jupyter notebook, and i…
-
### 🚀 The feature, motivation and pitch
Create nice python autodoc which generating doc from python comments. Like https://triton-lang.org/main/index.html or https://github.com/vllm-project/vllm
###…
-
When I executed that command after doing `pip install nbdev` on a windows machine, it gives me the message
```
$ nbdev_install_quarto
Please visit https://quarto.org/docs/get-started/ to install…
-
We were just looking for a guide to integrating cookie-cutter and nbdev - glad to find this.
We'll be trying to adapt it for GitLab - that should mostly affect the web hooks and integration, so we …