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

Document how to use the folder & prefix matching for #974

Hello Firstly, I find this plugin super usefull, I want to thank the developers. My issue: I have several .py scripts written in Spyder. In Spyder I make lots of...

This PR adds [ClusterfuzzLite](https://google.github.io/clusterfuzzlite/) and two Atheris fuzzers for line reading. ClusterfuzzLite will run fuzzers in the CI when PRs are made. It can be extended beyond this PR with...

I have a library with examples in the `examples` folder. Each example is its own subfolder, containing: - example.py (want to sync) - example.ipynb (want to sync) - utils.py (helper...

I'm using this commands for my workflow: ``` jupytext --set-formats ipynb,py:percent notebooks/*.ipynb # only the first time jupytext --sync notebooks/* # after i'm working ``` It works well. Sadly, there...

Updating pandoc flags to use `--markdown-headings=atx` instead of deprecated `--atx-headers`.

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Hello. I've only started using this wonderful library today, so I probably still struggle to find some things. Namely, I don't really find a CLI option to update (_only_) paired...

Hi, I am trying to run `jupytext` as a first step in `pre-commit`, before running among others `trailing-whitespace` and `prettier`. My goal is for jupytext to generate `.md` files based...

In our repo, we use JuPyText as pre-commit hook: https://github.com/facebookresearch/habitat-sim/blob/52d528c72d4bf9e0298e23f2211fb7ce817d9704/.pre-commit-config.yaml#L107 , however the cell IDs preservation does not seem to be working with the args we provide despite using `-sync`....