-
Binder (https://mybinder.org/) is a cool service that turns a repository containing jupyter notebooks into an interactive "binder". It's possible to use M2 in Jupyter either via shell or the Jupyter k…
-
I an trying to follow nbdev tutorial to make a nbdev project. But for the first step, I got an error at install the library step in GitHub
![Screen Shot 2021-11-13 at 3 27 19 PM](https://user-images.…
-
To have a nice looking code, format the output of `nbdev` with `black` (https://github.com/psf/black).
It should be automatic (Github action ... or pre-commit action ... or a build procedure that r…
-
Imagine we have two notebooks:
- `1_def_function.ipynb` that defines a function `f` and documents it, and exports it to a package using `nbdev`
- `2_use_function.ipynb` that imports `f ` from the pa…
-
Bug description
This is the error code that I received when I attempted nbdev_install_quarto:
User
```
PS C:\Users\RongFangLi\test> nbdev_new --lib_name test_repo
Traceback (most recent call la…
-
write unit tests for the various functions that are exported from the notebooks. You can look into using nbdev, pytest and coverage
-
jph00 updated
2 years ago
-
I am new to Pluto and Julia ecosystem as a whole. I come from the python world. I recently took the task to learn julia and build a package / library in it.
There are a few tools which has become…
-
Installation guide is not up to date and produces errors.
-
On creating a new nbdev project with the `nbdev_new` command, after cloning into an empty git repo as described in the [tutorial](https://nbdev.fast.ai/tutorials/tutorial.html#initialise-your-repo-wit…