Chris Sewell
Chris Sewell
Heya, yeh I haven't looked into what the responsibilities are between thebe and sphinx-thebe, but basically with https://sqla-tutorials-nb.readthedocs.io/en/latest/engine.html, I get: So here, I feel there are at least three things...
Actually, maybe instead of (or in addition to) running all cells, there would be the option to run all cells up-to a certain cell, i.e. the `Run All Above` option...
Also check "best practices" against https://github.com/microsoft/vscode/tree/1.58.0/extensions/markdown-math
Thanks, I don't have time to look into this just now, but certainly interested and happy to receive PRs
cheers, I'll have a proper look later this week
It should also be considered whether the specific syntaxes discussed in ExecutableBookProject/sphinx-notebook#12 would be incorporated here. For example with: ```` ```{execute} python print('hi') ``` ```` It would be desired that...
> how is this different from the LSP stuff? This is essentially a pre-cursor to a full LSP. LSP uses TextMate bundles for static syntax highlighting (there's actually no way...
FYI @jstac @mmcky (see the readme for use)
thanks @teonbrooks 100% agree, and actually I have wrote a much more "in-depth" language server extension, using python-language-server., for rST that I would like to port more of into here:...