Marc Wouts
Marc Wouts
Emacs' org mode format (extension `.org`) has a [well documented syntax](https://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks) for code blocks: ``` #+NAME: #+BEGIN_SRC #+END_SRC ``` We could implement a notebook to/from org converter. Further notes: *...
Currently the Jupytext contents manager classifies as a notebook every file that has a Jupytext extension. This is probably a bit too inclusive, cf. #224, #183. It would be nice...
In 1.0.0-rc4 the Jupytext extensions are completely blind to the default Jupytext config. We should change this and at least implement @phaustin's expectations #176 : > I expected the "custom"...
Hi, Following the addition of the `quarto` format to Jupytext at https://github.com/mwouts/jupytext/issues/837, I'd like to add RStudio latest (& quarto) to my project's binder. Is there an easy way to...
I would find useful to have plotly.js default colors (see https://stackoverflow.com/a/44727682) available in python. In a previous discussion at [plotly](https://github.com/plotly/plotly.py/issues/1026), we suggested the right place for the color scale could...
I find the `jupyter console --existing` command very useful. Accessing the python variables already defined in my Jupyter notebook is great! With [Jupytext](https://medium.com/@marc.wouts/introducing-jupytext-9234fdff6c57) I am now able to edit Jupyter...
I've seen that you offer support of Rmd notebooks in Jupyter by modifying the jupyter config file. That is very nice already! Don't you think it would be nice to...
The binder link https://mybinder.org/v2/gh/binder-examples/jupyterlab/master?urlpath=lab/tree/index.ipynb (in this repo) fails to load. I see a similar issue on Jupytext (https://github.com/mwouts/jupytext/issues/957) - only the link to the "Jupyter Notebook" interface works. For this...
Closes #986 Closes #974 TODO - [ ] Find a more efficient way to determine if `nb_file` matches a glob than listing all the files in the glob - [...
@AllanJard has released a new version of `datatables.net==1.13.1` that provides support for the datables plugins in the ESM format. I will report here on the progress on transitioning `itables` to...