Nicolas M. Thiéry

Results 105 issues of Nicolas M. Thiéry

Advantage of building from binaries: - Faster build (includes better candidate for an automated build on dockerhub) - Potentially smaller image (no need for gcc and other compilation tools) -...

- Collect and update a list of links to related docker images - Learn from them, and seek ways to make them consistent, in particular from the user's perspective -...

With the old sage-mode, C-c C-t on a buffer was running sage -t on the corresponding file, and the test log was rendered in a useful way, with clickable links...

The [literalinclude](https://myst-parser.readthedocs.io/en/latest/syntax/code_and_apis.html#syntax-literalinclude) directive offered by myst-parser and sphinx -- with its subsection selection mechanisms (start-after, ...) -- is very handy in teaching context for displaying fragments of code, while maintaining...

enhancement

Not sure whether this is intentional or a bug, but reporting just in case :-) With the new jupyterlab-myst, tables seem to be configured to take the whole width by...

enhancement

### Context For course material in French, we are using extensively Jupyter notebooks in Myst-Markdown, rendered in JupyterLab for interactive use and Jupyter-Book for browsing on the web. Myst features...

enhancement

When building a web site, nested file names are flattened and replaced with slugs: https://mystmd.org/guide/table-of-contents#nesting-of-files-in-urls While I can see the value for the end-user (simple urls), there are use cases...

enhancement

Hello, I tried to export to pdf (through latex) a mysd-md document using the new cool `exercise` and `solution` directives. It seems that this is not yet supported: ``` ⛔️...

enhancement

- Stop button next to the Run button when the computation is running - Improve the visual feedback about the status (unavailable, waiting for kernel, ready, computing, done, ....); also...