Fernando Pérez
Fernando Pérez
Thanks folks for the great project! This seems like a wonderful advance for the Jupyter widgets ecosystem, I only discovered it recently. I had one small suggestion - I'm not...
When a user wants to author MyST sites in a JupyterHub, they need a way to preview the outputs via a MyST server. Currently, this doesn't work because of the...
## Description We've activated RTC with Lab 3.6.1 again for one of my courses. So far all tests had gone well, including one where I had ~ 50 students join...
The [docs](https://mystmd.org/guide/embed) describe the inline and explicit syntaxes for `{embed}` as equivalent. However, I have a document with: ``` # Explicit Embed: :::{embed} #mylabel ::: # Inline Embed:  ```...
I have a document with a block that reads ``` :::{toctree} :titlesonly: :glob: attic ::: ``` But upon running `myst start`, I get at the terminal: ``` ⚠️ research/index.md:147 unexpected...
Numbered references are not getting correctly resolved in PDF output, regardless of Typst/LaTeX engine selection. Note that I also tried using the `{numref}` role instead of `[%s](#ref)` syntax, with identical...
When running ``` myst build ``` Myst currently produces this warning: ``` ⚠️ myst.yml Loading project from path with no config file: Consider running "myst init --project" in that directory...
For me, two use cases motivate this proposal: 1. Easy experimentation with different templates without having to edit the source md/ipynb files. This is particularly useful in the case of...
This is somewhat related to #1816, and the use case is basically the same: easy batch handling of md/ipynb conversion where users don't modify their source files. Having a custom...
### Bug description At least I can't seem to find how to do it, if it's possible. Copy/paste work _inside_ the hosted VNC desktop fine (with e.g. `Ctrl-Shift-C` for copy...