Martin K. Scherer
Martin K. Scherer
nbconvert is very flexible, when it comes to preprocessing notebooks. One can define the preprocessors execution order and so on and so forth. Some issues like hiding certain stuff (#303,...
Dear devs, it would be nice to have some kind of progress indication of the conversion progress (e.g. a log message or even a primitive progress bar). Thanks for this...
Probably fixes #8 by replacing int based indexing (2**32 -1 points) via long. Also used bool wherever possible to make code more readable (also pep8 and reformatted c code a...
https://peps.python.org/pep-0632/#migration-advice I'm working on a PR for this. But there is no rush, the release schedule for Python 3.12 is October 2023.
having code like this in python: ``` def foobar(a,b,c): # [todo] - i'am not matched :( ``` does not get matched by version 1.6.3 But this is IMHO a pretty...
tested locally and it just removes the widget state as expected.
Added a mixture of JDK versions to our testing matrix. Version 8, 11, and 17 are being checked. TODOs: - [ ] For some matrix elements the ivy dependencies are...
I was just wondering if we need to add more JDK majors (e.g. version 20 just has been released) to our testing matrix. Just experienced a segfault when running our...
Thanks for sharing this nice project! It seems like a lot of people want to use ipywebrtc inside Jupyter lab, but are having issues. Since there are frequent upstream changes...
### Context NBSphinx supports prepending a jinja2 rendered pro- and epilogue to the output. See https://nbsphinx.readthedocs.io/en/0.3.0/prolog-and-epilog.html ### Proposal I wonder if it'd be easily possible to implement this as well...