Anton Akhmerov

Results 292 comments of Anton Akhmerov

You'd need to figure out two things: - How to modify the way the jupyter widgets resolve the extension code - How to package your extension together with the generated...

That you wouldn't see in your browser logs. Also the npmjs calls are made by the browser, and therefore are unrelated to nbconvert.

Correct. To be more precise, it uses `nbclient`, the former nbconvert execute preprocessor.

Good idea. The widgets js might require separate handling, but thebelab would already be an improvement.

Wouldn't the most natural use case for this be including cells from the same document in the places where they otherwise may not appear? I am hesitant to encourage the...

About MVC, see the advantages and disadvantages in the wiki article. I was referring to things like: > **Disadvantages**: > - *Multi-artifact consistency* – Decomposing a feature into three artifacts...

Isn't the "backend" here what the authors of the book are doing? Otherwise I don't understand how MVC applies to a discussion of author-facing markup. Can you explain?

A notebook with copypasted figures is an interesting use case, I didn't consider it. I certainly encountered it in research and daily work, but not so much in making books...

Thanks, I would be thankful for a PR! I don't quite understand the issue though: the docs example seems to work. What exactly is the outdated part?

Looking at your PR, it seems likely that you are using entirely myst-nb for execution and download. Why is jupyter-sphinx involved at all?