~pythonxy/pythonxy-upstream/nbconvert

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
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/source/interactive/magics-generated.txt
docs/gh-pages
nbconvert/resources/style.min.css
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage*
htmlcov
.cache
docs/source/*.tpl
docs/source/*.j2
docs/source/example.html
docs/source/mytemplate/*
docs/source/config_options.rst

# Eclipse pollutes the filesystem
.project
.pydevproject
.settings

# VSCode
*.code-workspace
.history
.vscode

# Downloaded theme files
share/jupyter/nbconvert/templates/lab/static/index.css
share/jupyter/nbconvert/templates/lab/static/theme-dark.css
share/jupyter/nbconvert/templates/lab/static/theme-light.css