Marc Wouts

Results 82 issues of Marc Wouts

I'd like to be add support for outputs to the `py:percent` format. This seems easier to do that adding outputs to Markdown (#220), as we have less constraints on how...

This PR was initially motivated by #941, but in the end it has been superseded by #945 which is a way more direct solution. Nevertheless the need for non-random cell...

The [VIM plugin for jupytext](https://github.com/goerz/jupytext.vim) is great! With that plugin, one can edit the ipynb represented as text, directly in VIM. Can we have a similar plugin for PyCharm?

extension

Imagine we have two notebooks: - `1_def_function.ipynb` that defines a function `f` and documents it, and exports it to a package using `nbdev` - `2_use_function.ipynb` that imports `f ` from...

This is a follow-up on #759 . MyST Markdown notebooks normally use the `pygments_lexer` to anotate the code cells like e.g. `ipython3` in this example: ~~~ ```{code-cell} ipython3 1 +...

Following #513 and #622, I'd like to think a bit about how magic cells are/should be handled. Here are my expectations 1. If a cell has a magic cell that...

Some of the Jupytext Python functions should be documented on RTD (at least `read(s)` and `write(s)`). We could also use the numpydoc or sphinx napoleon format for the docstrings, as...

[Mamba](https://github.com/mamba-org/mamba) is a faster replacement for `conda`. And it is indeed much faster! Locally the `jupytext-ci` environment is created in only 13s, while with `conda` it takes 1m45. I'd like...

We should add this to either the CLI documentation, or to the FAQ - removing the `jupytext` information from notebooks (hence the pairing) can be done with ``` jupytext --update-metadata...