Matthieu Boileau
Matthieu Boileau
Starting from nbconvert 6.0, trying to use a `template.tex` file such as: ```tex ((* extends 'style_python.tex.j2' *)) ((* block docclass *)) \documentclass[11pt]{book} ((* endblock docclass *)) ``` by invoking the...
Thanks for this nice tool! Any idea how we could build a word index the same way [makeidx](https://ctan.org/pkg/makeidx) does?
**Describe the bug** Considering the following `dodo.py` file : ```bash /private/tmp$ cat dodo.py def task_hello(): """hello""" def python_hello(targets): with open(targets[0], "a") as output: output.write("Python says Hello World!!!\n") return { 'actions':...
With the current environment: ```bash ~$ python -V && pip freeze Python 3.9.1 attrs==20.3.0 iniconfig==1.1.1 ipython-genutils==0.2.0 jsonschema==3.2.0 jupyter-core==4.7.1 nbformat==5.1.3 packaging==20.9 pluggy==0.13.1 py==1.10.0 pyparsing==2.4.7 pyrsistent==0.17.3 pytest==6.2.3 six==1.15.0 -e git+https://github.com/prabhuramachandran/tex2ipy.git@46a1119e71caedf3cb0faece20ec17d3b8d1cc87#egg=tex2ipy TexSoup==0.3.1 toml==0.10.2...
### Is your feature request related to a problem? Handle multiple CustomLog directives in the same config file (see https://httpd.apache.org/docs/2.4/fr/mod/mod_log_config.html#customlog). ### Describe the solution you'd like The following apache config...