Steve Purves

Results 140 comments of Steve Purves

thanks for the comments @jgm yes, the syntax ``` ```{jupyter.code-cell} ``` is aimed at providing concrete "directives" in the document that can be used to specify the various notebook blocks,...

On the class attribute syntax: I don't like the idea of syntax that overloads class attribute; `{.code-cell}` essentially equates to `` whereas {code-cell} essentially equates to ``, which is semantically...

>> A block syntax of {code-cell} is already compatible with jupytext and MyST notebooks > My point is that you should care about wider interoperability. I think we do? and...

@rgbkrk indeed - the intention is to focus on the storage of results and provide first class support for those, no matter what the use case if for them --...

@MatsWallden if you want to play with some inline execution it's available in [this extension](https://github.com/executablebooks/jupyterlab-myst) in at least one place already. The extension uses the `user_expressions` mechanism and was some...

this change should trigger a major version bump?

@choldgraf I like both suggestions, and actively miss being able to assign myself to issues that I am active on. Having a policy of assign yourself, and not assign others...

Hi @brian-rose -- as I think @riziles is pointing at, if you double click on the `index.html` you don't get the styles or js loaded correctly (if you look in...

I spent a little time looking around the test code which uses karma here so runs in browser, whcih is a bit at odds with the jest based setup used...