Chris Sewell
Chris Sewell
> I'm not quite sure what this would entail though I guess just look at the code in that package; we could either work out some PR to that package,...
Whilst I'm being nit-picky, the drop-down menu could also be formatted a bit nicer: some better line spacing, and maybe a different background color, for example like the VS Code...
note there are individual translations for "next" "previous" and "page", so as a minimum you could just use those i.e. `"{{ _('next')}} {{ _('page')}}"`, but obviously this does not guarantee...
> implementation for hiding cells in HTML pages (with the ability to interactively toggle visibility) FYI I've implemented this in ipypublish ([see here](https://ipypublish.readthedocs.io/en/latest/sphinx_ext_notebook.html#toggle-inputs-outputs)), *via* selective injection of [this JavaScript](https://github.com/chrisjsewell/ipypublish/blob/d252697aed6e21506a10250037be98aac4b5f0b7/ipypublish/sphinx/notebook/js/toggle_code.js#L2) into...
Heya, > I have the feeling that with syntax extensions much of this is lost, and people are motivated less to actually open their notebooks in JupyterLab. Well MyST is...
> I don't quite understand what jupyter-cache is all about See the very newly merged https://myst-nb.readthedocs.io/en/latest/use/execute.html
Note that jupyter lab may (hopefully) eventually move over to using markdown-it as the core renderer jupyterlab/jupyterlab/issues/272. At this point, given that MyST-Parser also now uses `markdown-it-py` as the underlying...
> People can write notebooks in MyST markdown (using a {code-cell} directive) and this can be two-way synchronized with an ipynb file using Jupytext. Also note that these files are...
> That's totally fine, and it's important to acknowledge that we disagree here. Absolutely, this is all just good discourse, even if I do come off a bit argumentative 😁...