nbdev_template
nbdev_template copied to clipboard
Template for nbdev projects
# 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`...
## How to reproduce the error 1. Create a repo from the template 2. add necessary details in the `settings.ini` 3. run `nbdev_build_lib` → works as expected 4. run `nbdev_build_docs`...
Here is an example of an nbdev project I have created: https://dsm-72.github.io/sugar/ I am using what I believe to be proper docstrings, e.g. ``` def validate_sigma( sigma:SigmaType, logger:Optional[logging.Logger]=None ) ->...
Ran `make release`. It worked for pypi but not anaconda despite conda being installed. ``` Traceback (most recent call last): File "/Users/USER/miniforge3/bin/fastrelease_conda_package", line 8, in sys.exit(fastrelease_conda_package()) File "/Users/USER/miniforge3/lib/python3.9/site-packages/fastcore/script.py", line 113,...
Good afternoon. I have the following issue when I am running those commands : ``` erolland@erolland-GL75-9SE:~/Desktop/Advans$ make docs_serve cd docs && bundle exec jekyll serve Could not find gem 'jekyll-remote-theme'...
# Environment Windows 10 Pro # Problem When I tried to `pip install` the package I created, the following encoding error occured. ## Error Message (Partially abbreviated in `...`) ```...
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...
Development Status now matches the `status` parameter in `settings.ini`.
As an `nbdev_template` user, I would like to have support for GitLab CI out of the box. ### Proposed change Mirrors the GitHub action checks for a GitLab system. ###...