core

Fill in a module description here
from nbdev.config import get_config, _apply_defaults
get_config().get('jupyter_hooks')
> /Users/hamel/github/nbdev/nbdev/config.py(200)get_config()
    199     cfg = Config(cfg_file.parent, cfg_file.name, extra_files=extra_files, types=_types)
--> 200     return _apply_defaults(cfg)
    201 

source

foo

 foo ()
!cat settings.ini
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.

### Python library ###
repo = nbdev-demo-k
lib_name = %(repo)s
version = 0.0.1
min_python = 3.7
license = apache2

### nbdev ###
doc_path = _docs
lib_path = nbdev_demo_k
nbs_path = .
recursive = False
tst_flags = notest

### Docs ###
branch = master
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
custom_quarto_yml = False

### PyPI ###
audience = Developers
author = Hamel Husain
author_email = hamel.husain@gmail.com
copyright = 2022 onwards, %(author)s
description = a new repo to test stuff in
keywords = nbdev jupyter notebook python
language = English
status = 3
user = hamelsmu

### Optional ###
# requirements = fastcore pandas
# dev_requirements = 
# console_scripts =