-
> TL/DR: I'd like to make some changes to `nbdev` to integrate it with other tooling.
Been using extensively `nbdev` over the last couple of weeks, and have identified a few quirks that bug me. Thi…
-
The `nbdev_install_hooks`, contrary to the documentation and expectations, do not install `nbdev_clean` hook: only `nbdev_merge` (in .gitattributes and .gitconfig) and `nbdev_trust` (in .git/hooks/pos…
-
## Description
When using nbdev to write a Python package, I've encountered an issue possibly associated with the `nbdev_export` command:
- Running `nbdev_preview` to check the rendered HTML ver…
-
Python 3.12.4 on Mac
```
➜ pip install nbdev
➜ nbdev_new
Traceback (most recent call last):
File "/Users/user/Documents/Code/Shell/NBDev_Tutorial/venv/bin/nbdev_new", line 5, in
from nb…
-
nbdev_test seems do not free the GPU memory imediately even when setting the n_workers to 1.
And it looks it does not allow read and write files.
-
# delicious-nbdev - Delicious Blog
[https://galopyz.github.io/delicious-nbdev/blog/](https://galopyz.github.io/delicious-nbdev/blog/)
-
macOS: 14.6.1
Python: 3.12.2
Tried both with global install and fresh clean virtual environment.
First pip install nbdev (successfull)
Then when I run nbdev_new
`repo = nbdev_test # Automat…
-
# Hamel’s Blog - On commercializing nbdev
Why I decided not to commercialize nbdev.
[https://hamel.dev/blog/posts/nbdev/](https://hamel.dev/blog/posts/nbdev/)
-
- [ ] bloging
- [x] intro presentation
-
`nbdev_readme` fails if I have a backslash in the docstring of any exported function, e.g.
```
#| export
def f():
"""
Example doctring $x \mapsto y$
"""
return None
```
Th…