-
Notifications
You must be signed in to change notification settings - Fork 32
/
settings.ini
48 lines (48 loc) · 1.13 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[DEFAULT]
repo = going-beyond-with-jupyter-notebooks
lib_name = itepifanio_deck
version = 0.0.1
min_python = 3.8
license = mit
black_formatting = True
doc_path = _docs
lib_path = itepifanio_deck
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = true
doc_host = https://itepifanio.github.io
doc_baseurl = /going-beyond-with-jupyter-notebooks
git_url = https://github.com/itepifanio/going-beyond-with-jupyter-notebooks
title = going-beyond-with-jupyter-notebooks
audience = Developers
author = Ítalo Epifânio
author_email = [email protected]
copyright = 2023 onwards, Ítalo Epifânio
description =
keywords = nbdev jupyter notebook python
language = English
status = 3
user = itepifanio
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
requirements =
dev_requirements = black==23.1.0
mypy==1.1.1
flake8==6.0.0
nbqa==1.6.4
autopep8==2.0.2
ipytest==0.13.0
voila==0.4.0
matplotlib==3.7.1
numpy==1.24.2
nbdev==2.3.11
notebook==6.5.3
ipywidgets==8.0.5
twine