Matt McKay

Results 376 comments of Matt McKay

@chrisjsewell @choldgraf what do you think of a `myst_nb` loopback / update option that could update source notebooks once the `myst` nodes have been parsed by `Sphinx` and the context...

> To put it simply; if the file can not be (fully) run by vanilla Jupyter then it is not a Jupyter Notebook and should not have the .ipynb extension....

@chrisjsewell what happens though when you're using `md` as the source. Don't they get converted and saved in `_build/jupyter_execute`? Ah I think I know what is happening. The `%load` will...

Maybe we can leverage [nbconvert preprocessors/filters](https://nbconvert.readthedocs.io/en/latest/api/preprocessors.html) to enable `cell` level transformations before executing the notebook -- through `jupyter-cache`. If I understand the `stack` correctly -- `myst_nb` handles the [conversion to...

> hmmm - I don't believe that we depend on nbconvert currently, do we? Oops sorry I meant `nbclient` -- I think that is now used for execution in `jupyter_cache`...

@choldgraf I looked at how this could be supported during the process of converting `md` files to `ipynb` and submitted #286 as a prototype for discussion on how to best...

@schmoelder not at this stage -- as the intention is to include code that executes (via `code-cell`) so you usually need to bring the whole file in (unless your thinking...

thanks @schmoelder my main concern is that `code-cell` is for bringing in code that needs to be executed from a file. Therefore if you bring in lines from a file...

thanks @chrisjsewell -- its nice to have this supported in `jupyter-cache`. - [ ] work on extracting data from `env` to build a json report that can be used for...

@chrisjsewell if one uses `nb-exec-table` to generate a status table on a page such as `status.md` (which is cool btw -- as a directive can be placed anywhere). What would...