GitXplorerGitXplorer
m

nbdev-extensions

public
13 stars
1 forks
1 issues

Commits

List of commits on branch main.
Verified
8ad5a8da6167bd572edf48663881e97f17044d1f

Merge pull request #2 from deven367/main

mmuellerzr committed 2 years ago
Unverified
bf614da3fe0268473f9a2de4dcb76a05707bf129

add missing keys to a `cell`

ddeven367 committed 2 years ago
Unverified
c25859ae1e054c6497c37895d85cb8e517e6032f

Also remove comments

mmuellerzr committed 2 years ago
Unverified
43acb745f9cb073ae08489dcbb8d471c86b76701

Add strip

mmuellerzr committed 2 years ago
Unverified
3718f970ea4642852e58c8da2578e9b19be61eac

Clean code

mmuellerzr committed 2 years ago
Unverified
f8e11cdeee1cc846d88e31fdb4fb4a9402a86235

Should be good now

mmuellerzr committed 2 years ago

README

The README file for this repository.

nbdev-extensions

These extensions will have niche use cases in some places, however these are ones where I find a benefit in having them at least once. Also known as, cool ideas myself or others have considered with nbdev brought to life

Install

pip install nbdev-extensions

How to use

nbdev-extensions currently has the following features:

  • new_nb - A CLI/functional interface to quickly generate blank template notebooks for nbdev development with all of the necessary boilerplate cells prefilled based on the passed parameters.

  • Code Notes - A note-taking annotation tool utilizing nbdev to write quick comments and explanations for sections of code in a code cell without cluttering the code cell with comments. These show up as panels in the rendered documentation, one with just the source code and the other with the source and an explanation