Philipp Rudiger
Philipp Rudiger
Should be trivial to implement, we already support this via the `extra_patterns` argument in `pn.serve` and the same could be achieved by extracting some fixed variable from the `--setup` script.
Okay, I only just realized mystjs uses an ancient version of myst 😢
Okay, figured it out, this now uses latest myst-parser and myst-to-html + highlight.js for syntax highlighting. Works great, still some alignment on code styling needed but overall I'm quite happy.
Tested with the streaming support and as expected it does zero backtracking now, i.e. it only ever sends the newly added snippets rather than having to go back and modify...
> Also remember to think about if plugins are a thing for mystjs and whether we support it. Yes, but not really. It's a pretty opinionated Markdown implementation with lots...
>What starting value is used by default? Seems like you'd want a midpoint value by default, not just the start value? Honestly, while that's the logic for something like `interact`...
>Hmm. I think I'd typically rather have a middle value mainly because choosing the lower or the upper seems arbitrary, and is also by definition an extreme value I can...
Thanks for summarizing that here so it's recorded.
We've had a number of issues with JupyterLab capturing key-presses inside our components. We've added mitigation around this but this sounds like it might be something else entirely.
Just as a bit of background, by default Panel bundles CDN resources into the package at build time. In a notebook we currently do not have a good way to...