jupytext icon indicating copy to clipboard operation
jupytext copied to clipboard

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

Results 151 jupytext issues
Sort by recently updated
recently updated
newest added

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...

After I installed jupytext I cannot run jupyter lab anymore, because of the following error ``` [I 13:40:30.138 LabApp] [nb_conda_kernels] enabled, 3 kernels found [I 13:40:31.215 LabApp] JupyterLab extension loaded...

This is pretty close to #176, but "pip install **--user** jupytext" should install the contents manager and the extensions as well. In my testing (in a `python:3.8` Docker container) it...

[codebraid](https://github.com/gpoore/codebraid) is a Python program that enables executable code in Pandoc Markdown documents. It is similar to rmarkdown and claims certain advantages over it. It would be beneficial to support...

Sorry for abusing your issue tracker, this is no bug report but rather an advertisement for my Sphinx extension [nbsphinx](https://nbsphinx.readthedocs.io/) that allows using Jupyter notebooks as Sphinx source files. And...

I continue to use Jupytext all the time, and here's another thank you for the huge improvement it has made to my work. I know this is a fraught question,...

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: *...

Thank you for making Jupytext awesome. Steps to repro: 1. From the notebook web interface, create an empty Python notebook. 1. Open the Python notebook, pair it to a light-script,...

There are a couple of issues relating to precommit workflows (eg https://github.com/mwouts/jupytext/issues/292) as well as "filtering" cell outputs (eg https://github.com/mwouts/jupytext/issues/337#issuecomment-541455692 ) and I was wondering if there are any demonstrated...

What do you think of retaining the original file type icons instead of changing them? I find it somewhat confusing that Jupytext changes the icons of all available file types,...