Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jupytext/jupytext
/ endpoints
Endpoints
7 in github.com/jupytext/jupytext
⨍
Functions
1,277
◇
Types & classes
73
↳
Endpoints
7
Route
ipynb_to_quarto
pytest.fixture( params=list_notebooks( "ipynb", skip="(functional|Notebook with|plotly_gra
tests/conftest.py:None
Route
test_jupyter_book_options_to_rmarkdown
pytest.mark.parametrize( "md,rmd", [ ('tags=["remove_cell"]', "include=FALSE"), ('tags
tests/functional/others/test_hide_remove_input_outputs_rmarkdown.py:None
Route
test_paired_paths_and_adjusted_fmt
pytest.mark.parametrize( "path, input_fmt, adjusted_fmt", [ ( "scripts/test.py",
tests/unit/test_paired_paths.py:None
Route
test_replace_issue_numbers_with_links
pytest.mark.parametrize( "input,output", [ ( "Issue #535", "Issue [#53
tests/functional/docs/test_changelog.py:None
Route
test_runtools_options_to_rmarkdown
pytest.mark.parametrize( "md,rmd", [ ("hide_input=true hide_output=true", "include=FALSE"),
tests/functional/others/test_hide_remove_input_outputs_rmarkdown.py:None
Route
test_set_formats_does_not_override_existing_ipynb
pytest.mark.parametrize("compare_outputs", [False, True])
tests/functional/cli/test_cli.py:None
Route
test_string_to_dict_conversion
pytest.mark.parametrize( "metadata_filter_string,metadata_filter_dict", [ ( "all,
tests/functional/metadata/test_metadata_filter.py:None