Martin Dengler

Results 18 comments of Martin Dengler

Can confirm it's still broken. ![image](https://user-images.githubusercontent.com/777015/172861089-a537d0f0-1cc6-4c26-96c3-1579c1476eef.png) ``` $ 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 ![image](https://user-images.githubusercontent.com/777015/201671449-ec8c7ffc-7ef2-4b07-98a4-cb6e97c66ff8.png) ![image](https://user-images.githubusercontent.com/777015/201671486-6c4ca06f-fefb-4e8c-b829-2ce916d0eb1c.png)

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...

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.