-
I'm running a Jupyter Notebook in VS Code and the MyST markdown cells are not displaying properly
I'd like the MyST markdown cell to render correctly. Here's how it should render:
I've searche…
-
This should be easy via docutils.
-
https://jupyterbook.org/en/stable/content/myst.html
-
Awaiting https://github.com/microsoft/vscode/issues/121256
-
It can be useful to have pages that define content (executable outputs, markdown snippets, etc) that are solely meant for re-use in a book, and aren't part of the book itself.
Right now, for a docume…
-
### What happened + What you expected to happen
# What happened
I installed a new `venv` and inside of this installed `ray[default,tune,rllib] @ https://s3-us-west-2.amazonaws.com/ray-wheels/latest/…
-
## Description
When running `myst build --execute`, Markdown cells with `{eval}` directives are not re-evaluated which leads to out-of-date output.
## Versions
As installed from conda-forge c…
-
We're using `jupytext --pipe black` to automatically format Python code in MyST markdown notebooks (as part of pre-commit, but I don't think that's relevant here). The problem we're having is that (II…
-
**Is your feature request related to a problem? Please describe.**
Indeed, Runme provides a superior markdown editing experience in VSCode, with the capability to execute in-place code blocks. This…
-
Add support for MyST - this provides a set of standard extensions to Markdown and is the extension we are using for our own documentation.