Marc Wouts

Results 502 comments of Marc Wouts

Interesting. I just gave it a try with ``` conda create -n jupytext_566 python=3.8.3 jupyterlab=2.1.5 matplotlib-base=3.2.2 jupytext=1.5.1 nodejs=13.13.0 -c conda-forge conda activate jupytext_566 jupyter lab ``` on Windows 10 (Miniconda...

I am getting closer to your env with ``` conda create -n jupytext_566 python=3.8.3 jupyterlab=2.1.5 matplotlib-base=3.2.2 jupytext=1.5.1 nodejs=13.13.0 jupyter_client=6.1.5 ipympl=0.5.6 ipywidgets=7.5.1 nb_conda_kernels=2.2.3 widgetsnbextension=3.5.1 -c conda-forge ``` Now the only differences...

Hello @mje-nz , well I think I have the same experience as you, i.e. `pip install --user jupytext` does not activate all the extensions, and one needs to run ```...

Hello @teucer, that is an interesting suggestion! And yes, I would be happy to take a PR that integrates `codebraid` with `jupytext`. The first question I'll ask you is: how...

That's great, thank you @timothymillar! The next step will be to add the `codebraid` format to Jupytext. For this, you will have to tell me how to convert the codebraid...

Thanks @mgeier for reaching out! I am curious to learn more about your project. For now I've only looked a bit at the documentation, but I liked what I read,...

Hello @mgeier , well I still wanted to have a more detailed look at `nbsphinx`... I am interested as Jupytext is already somehow connected with `sphinx-gallery`. I was so busy...

Hello @jamesmyatt , sure you can ! But tell me a bit more about your expectations. Is it fine for you if by default the rST content is not converted...

> I like the idea of converting rst to a notebook, especially because this would allow to edit rst files in jupyter environment Yes, I think it would help many...

Hello @lukelbd , that's interesting. Does this work when your notebook is saved in one of Jupytext's format? In theory, the raw cells are supported in Jupytext, see for instance...