Martin Dengler
Martin Dengler
Can confirm it's still broken.  ``` $ poetry run jupyter --version Selected Jupyter core packages... IPython : 8.2.0 ipykernel : 6.13.0 ipywidgets : 7.7.0 jupyter_client : 7.2.2 jupyter_core :...
@nichtich Nice idea; converted to python and combined with Makefile: ``` make # Makefile fragment %.pdf : %.md cat $^ | ./include.py | pandoc -o $@ ``` ``` python #!/usr/bin/env...
Runs fine for me on windows 10
@attack68 thanks for the attempt. It is a shame there are great styles in HTML and not in LaTeX  
Hi @lmacken -- would you consider merging this?
> [...] `breakpoint()` is supposed to be active only when the debugger is enabled [...] Not sure where this statement comes from. `breakpoint()` *is not* for use when the debugger...
@mxnet-bot run ci all
Before: ``` $ python setup.py install --user --verbose [...lots of output trimmed, all successful installs...] Finished processing dependencies for gcalcli==4.3.0 $ gcalcli Traceback (most recent call last): File "/home/martin/.local/bin/gcalcli", line...
Can this be merged?
Can this be merged? Happy to help with maintenance.