MCPcopy Create free account

hub / github.com/jupytext/jupytext / functions

Functions1,277 in github.com/jupytext/jupytext

Functioncreate_ipynb_file
(path)
tests/functional/cli/test_synchronous_changes.py:63
Functioncwd_tmp_path
(tmp_path)
tests/conftest.py:97
Functioncwd_tmpdir
(tmpdir)
tests/conftest.py:90
Functiondocumentation_files
()
tests/functional/docs/test_doc_files_are_notebooks.py:8
Functiondummy
Dummy function to make sure docstrings don't get rendered as text
tests/data/notebooks/inputs/sphinx/plot_notebook.py:84
Functionedit_py_file
(path)
tests/functional/cli/test_synchronous_changes.py:22
Functionenumerate_cell_ids
()
tests/conftest.py:481
Functionerroneous_is_magic
(line, language, comment_magics, explicitly_code)
tests/functional/cli/test_cli.py:872
Functionfake_global_config_directory
()
tests/integration/contents_manager/test_cm_config.py:112
Methodfill_parser
(self, subparser)
src/jupytext_config/jupytext_config.py:40
Methodfill_parser
(self, subparser)
src/jupytext_config/jupytext_config.py:68
Methodfind_cell_content
Parse cell till its end and set content, lines_to_next_cell. Return the position of next cell start
src/jupytext/cell_reader.py:763
Methodfind_cell_content
Parse cell till its end and set content, lines_to_next_cell. Return the position of next cell start
src/jupytext/cell_reader.py:910
Methodfind_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:375
Methodfind_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:540
Methodfind_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:667
Functionfmt_with_cell_metadata
(request)
tests/conftest.py:173
Functionforce_validate_nbformat
Force validation of nbformat in all tests
tests/conftest.py:48
Functionfresh_notary
(tmp_path)
tests/conftest.py:54
Methodget_timestamp
(alt_path)
src/jupytext/async_contentsmanager.py:283
Methodget_timestamp
(alt_path)
src/jupytext/sync_contentsmanager.py:323
Functionhydrogen_file
(request)
tests/conftest.py:348
Functioninit_a
()
tests/data/notebooks/outputs/ipynb_to_script/hello_world_gonb.go:56
Functioninit_a
%%
tests/data/notebooks/outputs/ipynb_to_percent/hello_world_gonb.go:62
Functioninit_a
%%
tests/data/notebooks/outputs/ipynb_to_hydrogen/hello_world_gonb.go:62
Functioninvalid_md_file
()
tests/functional/others/test_invalid_file.py:14
Functionipynb_R_file
(request)
tests/conftest.py:290
Functionipynb_cpp_file
(request)
tests/conftest.py:305
Functionipynb_file
(request)
tests/conftest.py:217
Functionipynb_julia_file
(request)
tests/conftest.py:295
Functionipynb_or_rmd_file
(request)
tests/conftest.py:246
Functionipynb_py_R_file
(request)
tests/conftest.py:251
Functionipynb_py_R_jl_ext
(ipynb_py_R_jl_file)
tests/conftest.py:237
Functionipynb_py_R_jl_file
(request)
tests/conftest.py:232
Functionipynb_py_R_jl_files
()
tests/conftest.py:227
Functionipynb_py_file
(request)
tests/conftest.py:261
Functionipynb_py_files
()
tests/conftest.py:256
Functionipynb_scheme_file
(request)
tests/conftest.py:300
Functionipynb_to_light
(request)
tests/conftest.py:310
Functionipynb_to_myst
(request)
tests/conftest.py:315
Functionipynb_to_pandoc
(request)
tests/conftest.py:381
Functionipynb_to_quarto
(request)
tests/conftest.py:393
Functionipynb_to_sphinx
(request)
tests/conftest.py:401
Functionjupytext_repo_rev
The local revision of this repo, to use in .pre-commit-config.yaml in tests
tests/conftest.py:115
Functionjupytext_repo_root
The local path of this repo, to use in .pre-commit-config.yaml in tests
tests/conftest.py:109
Functionload_jupyter_server_extension
Use Jupytext's contents manager
jupyterlab/jupyterlab_jupytext/__init__.py:20
Functionlocal_function
(*args, **kwargs)
src/jupytext/reraise.py:7
Functionmain
-*- coding: utf-8 -*- --- jupyter: kernelspec: display_name: Go (gonb) language: go name: gonb --- A notebook that use [GoNB](https://github.com/janpf
tests/data/notebooks/outputs/ipynb_to_script/hello_world_gonb.go:14
Functionmain
-*- coding: utf-8 -*- --- jupyter: kernelspec: display_name: Go (gonb) language: go name: gonb --- %% [markdown] A notebook that use [GoNB](https://gi
tests/data/notebooks/outputs/ipynb_to_percent/hello_world_gonb.go:17
Functionmain
-*- coding: utf-8 -*- --- jupyter: kernelspec: display_name: Go (gonb) language: go name: gonb --- %% [markdown] A notebook that use [GoNB](https://gi
tests/data/notebooks/outputs/ipynb_to_hydrogen/hello_world_gonb.go:17
Methodmain
(self, args)
src/jupytext_config/jupytext_config.py:36
Methodmain
(self, args)
src/jupytext_config/jupytext_config.py:48
Methodmain
(self, args)
src/jupytext_config/jupytext_config.py:64
Functionmarimo_compatible_ipynb
(request)
tests/conftest.py:266
Functionmarimo_file
(request)
tests/conftest.py:363
Functionmd_file
(request)
tests/conftest.py:368
Methodmetadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:335
Methodmetadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:613
Methodmetadata_and_language_from_option_line
Parse code options on the given line. When a start of a code cell is found, self.metadata is set to a dictionary.
src/jupytext/cell_reader.py:754
Methodmetadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:854
Functionmyst_file
(request)
tests/conftest.py:373
Functionnbformat_reads
Wrapper around nbformat.reads that forces validation
tests/conftest.py:40
Methodnew_untitled
Create a new untitled file or directory in path We override the base function because that one does not take the 'ext' argument
src/jupytext/async_contentsmanager.py:409
Functionno_jupytext_version_number
()
tests/conftest.py:84
Functionnon_black_notebook
(python_notebook)
tests/external/cli/test_cli_check.py:9
Functionnotebook
()
tests/external/test_marimo.py:27
Functionnotebook_actual
()
tests/unit/test_compare.py:63
Functionnotebook_expected
()
tests/unit/test_compare.py:51
Functionnotebook_id_func
(nb_file)
tests/conftest.py:209
Functionnotebook_with_collapsed_cell
(python_notebook)
tests/functional/others/test_cell_metadata.py:246
Functionnotebook_with_outputs
()
tests/conftest.py:147
Functionnotebook_with_tags
(python_notebook)
tests/functional/others/test_cell_tags_are_preserved.py:9
Functionnotebook_with_unsupported_key_in_metadata
(python_notebook)
tests/functional/others/test_cell_metadata.py:225
Methodoptions_to_metadata
(self, options)
src/jupytext/cell_reader.py:485
Methodoptions_to_metadata
(self, options)
src/jupytext/cell_reader.py:537
Functionpercent_file
(request)
tests/conftest.py:343
Functionpy_file
(request)
tests/conftest.py:325
Functionpy_marimo
()
tests/external/test_marimo.py:9
Functionpytest_collection_modifyitems
(config, items)
tests/conftest.py:469
Functionpytest_runtest_setup
(item)
tests/conftest.py:415
Functionpython_file
(request)
tests/conftest.py:338
Functionpython_notebook
()
tests/conftest.py:121
Functionr_file
(request)
tests/conftest.py:353
Functionr_options_language_metadata
()
tests/functional/others/test_cell_metadata.py:22
Functionr_spin_file
(request)
tests/conftest.py:358
Methodread
Read one cell from the given lines, and return the cell, plus the position of the next cell
src/jupytext/cell_reader.py:142
Methodread_one_file
(alt_path, alt_fmt)
src/jupytext/async_contentsmanager.py:295
Methodread_one_file
(alt_path, alt_fmt)
src/jupytext/sync_contentsmanager.py:335
Functionread_pair
Read a notebook given its inputs and outputs path and formats
src/jupytext/async_pairs.py:10
Methodremove_eoc_marker
Remove end of cell marker when next cell has an explicit start marker
src/jupytext/cell_to_text.py:384
Methodrename_file
Rename the current file. If the file is a notebook, we rename the paired files as well
src/jupytext/async_contentsmanager.py:469
Methodreplace_link
(match)
tools/absolute_links_in_readme.py:30
Functionrepresent_dict
Compact dicts
src/jupytext/myst.py:136
Functionrepresent_list
Compact lists
src/jupytext/myst.py:130
Functionrm_ipynb_file
(path)
tests/functional/cli/test_synchronous_changes.py:50
Functionrmd_file
(request)
tests/conftest.py:406
Functionsample_empty_viewer_config
()
tests/unit/test_labconfig.py:26
Functionsample_md_notebook
This is a sample md notebook with an outdated version of Jupytext and no kernel information, to test #908
tests/integration/cli/test_execute.py:239
Functionsample_notebook_v3
()
tests/functional/others/test_nbformat_version.py:12
Functionsample_notebook_v3_json
(sample_notebook_v3)
tests/functional/others/test_nbformat_version.py:17
← previousnext →401–500 of 1,277, ranked by callers