ociule
ociule
@tomduck FWIW, I tried to solve the To Do task on the [Docx output wiki page](https://github.com/tomduck/pandoc-fignos/wiki/Development#docx-output). I've created a word document that comes close to what desired docx output should...
Thanks for the attention you're giving to this @tomduck Just so you do not duplicate some analysis work I've done, here's my take on what needs to be patched in...
I'm very happy to report that rst support already works in pandoc-tablenos. One just has to use the same trick md tables use, adding an id like `{#tbl:a} to the...
The same trick does not work in fignos. The rst fragment: ``` .. figure:: img1.jpg :name: The number one. {#fig:1} :width: 1in The number one. {#fig:1} ``` The name option...
Hi, it's been a while since nbformat has picked source_hidden and outputs_hidden as the official code metadata, please see https://github.com/jupyter/nbformat/pull/94 Furthermore, jupyterlab implements it, see https://github.com/jupyterlab/jupyterlab/pull/2474 It would be great...
FWIW, I was able to get the result I wanted (not CSS hide-based like this issue, but kill-based, no output) by using this template in the jupyter data folder `share\jupyter\nbconvert\templates\html\index.html.j2`...
Silk is an awesome tool, it would be great to use it for profiling celery or other async tasks that happen outside the request/response cycle.
Would love for this to be merged! Currently we use JH a lot and adding this capability would be perfect.
This is great news!