mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Temporary text notebooks are created in the same dir as the original notebook #1222

Closed mwouts closed 6 months ago

mwouts commented 6 months ago

when using the --pipe or --check commands

Closes #1206

github-actions[bot] commented 6 months ago

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab or Binder:notebook.

Also, the version of Jupytext developed in this PR can be installed with pip:

pip install git+https://github.com/mwouts/jupytext.git@fix_pytest_notebook

(this requires nodejs, see more at Developing Jupytext)

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.73%. Comparing base (1ef1dea) to head (fb85a0f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1222 +/- ## ======================================= Coverage 97.73% 97.73% ======================================= Files 29 29 Lines 4456 4460 +4 ======================================= + Hits 4355 4359 +4 Misses 101 101 ``` | [Flag](https://app.codecov.io/gh/mwouts/jupytext/pull/1222/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts) | Coverage Δ | | |---|---|---| | [external](https://app.codecov.io/gh/mwouts/jupytext/pull/1222/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts) | `75.14% <60.00%> (-0.03%)` | :arrow_down: | | [functional](https://app.codecov.io/gh/mwouts/jupytext/pull/1222/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts) | `88.50% <100.00%> (-0.06%)` | :arrow_down: | | [integration](https://app.codecov.io/gh/mwouts/jupytext/pull/1222/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts) | `77.33% <100.00%> (+0.02%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/mwouts/jupytext/pull/1222/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts) | `66.55% <60.00%> (-0.02%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Wouts#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.