Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jupytext/jupytext
/ functions
Functions
1,277 in github.com/jupytext/jupytext
⨍
Functions
1,277
◇
Types & classes
73
↳
Endpoints
7
Function
create_ipynb_file
(path)
tests/functional/cli/test_synchronous_changes.py:63
Function
cwd_tmp_path
(tmp_path)
tests/conftest.py:97
Function
cwd_tmpdir
(tmpdir)
tests/conftest.py:90
Function
documentation_files
()
tests/functional/docs/test_doc_files_are_notebooks.py:8
Function
dummy
Dummy function to make sure docstrings don't get rendered as text
tests/data/notebooks/inputs/sphinx/plot_notebook.py:84
Function
edit_py_file
(path)
tests/functional/cli/test_synchronous_changes.py:22
Function
enumerate_cell_ids
()
tests/conftest.py:481
Function
erroneous_is_magic
(line, language, comment_magics, explicitly_code)
tests/functional/cli/test_cli.py:872
Function
fake_global_config_directory
()
tests/integration/contents_manager/test_cm_config.py:112
Method
fill_parser
(self, subparser)
src/jupytext_config/jupytext_config.py:40
Method
fill_parser
(self, subparser)
src/jupytext_config/jupytext_config.py:68
Method
find_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
Method
find_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
Method
find_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:375
Method
find_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:540
Method
find_cell_end
Return position of end of cell marker, and position of first line after cell
src/jupytext/cell_reader.py:667
Function
fmt_with_cell_metadata
(request)
tests/conftest.py:173
Function
force_validate_nbformat
Force validation of nbformat in all tests
tests/conftest.py:48
Function
fresh_notary
(tmp_path)
tests/conftest.py:54
Method
get_timestamp
(alt_path)
src/jupytext/async_contentsmanager.py:283
Method
get_timestamp
(alt_path)
src/jupytext/sync_contentsmanager.py:323
Function
hydrogen_file
(request)
tests/conftest.py:348
Function
init_a
()
tests/data/notebooks/outputs/ipynb_to_script/hello_world_gonb.go:56
Function
init_a
%%
tests/data/notebooks/outputs/ipynb_to_percent/hello_world_gonb.go:62
Function
init_a
%%
tests/data/notebooks/outputs/ipynb_to_hydrogen/hello_world_gonb.go:62
Function
invalid_md_file
()
tests/functional/others/test_invalid_file.py:14
Function
ipynb_R_file
(request)
tests/conftest.py:290
Function
ipynb_cpp_file
(request)
tests/conftest.py:305
Function
ipynb_file
(request)
tests/conftest.py:217
Function
ipynb_julia_file
(request)
tests/conftest.py:295
Function
ipynb_or_rmd_file
(request)
tests/conftest.py:246
Function
ipynb_py_R_file
(request)
tests/conftest.py:251
Function
ipynb_py_R_jl_ext
(ipynb_py_R_jl_file)
tests/conftest.py:237
Function
ipynb_py_R_jl_file
(request)
tests/conftest.py:232
Function
ipynb_py_R_jl_files
()
tests/conftest.py:227
Function
ipynb_py_file
(request)
tests/conftest.py:261
Function
ipynb_py_files
()
tests/conftest.py:256
Function
ipynb_scheme_file
(request)
tests/conftest.py:300
Function
ipynb_to_light
(request)
tests/conftest.py:310
Function
ipynb_to_myst
(request)
tests/conftest.py:315
Function
ipynb_to_pandoc
(request)
tests/conftest.py:381
Function
ipynb_to_quarto
(request)
tests/conftest.py:393
Function
ipynb_to_sphinx
(request)
tests/conftest.py:401
Function
jupytext_repo_rev
The local revision of this repo, to use in .pre-commit-config.yaml in tests
tests/conftest.py:115
Function
jupytext_repo_root
The local path of this repo, to use in .pre-commit-config.yaml in tests
tests/conftest.py:109
Function
load_jupyter_server_extension
Use Jupytext's contents manager
jupyterlab/jupyterlab_jupytext/__init__.py:20
Function
local_function
(*args, **kwargs)
src/jupytext/reraise.py:7
Function
main
-*- 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
Function
main
-*- 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
Function
main
-*- 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
Method
main
(self, args)
src/jupytext_config/jupytext_config.py:36
Method
main
(self, args)
src/jupytext_config/jupytext_config.py:48
Method
main
(self, args)
src/jupytext_config/jupytext_config.py:64
Function
marimo_compatible_ipynb
(request)
tests/conftest.py:266
Function
marimo_file
(request)
tests/conftest.py:363
Function
md_file
(request)
tests/conftest.py:368
Method
metadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:335
Method
metadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:613
Method
metadata_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
Method
metadata_and_language_from_option_line
(self, line)
src/jupytext/cell_reader.py:854
Function
myst_file
(request)
tests/conftest.py:373
Function
nbformat_reads
Wrapper around nbformat.reads that forces validation
tests/conftest.py:40
Method
new_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
Function
no_jupytext_version_number
()
tests/conftest.py:84
Function
non_black_notebook
(python_notebook)
tests/external/cli/test_cli_check.py:9
Function
notebook
()
tests/external/test_marimo.py:27
Function
notebook_actual
()
tests/unit/test_compare.py:63
Function
notebook_expected
()
tests/unit/test_compare.py:51
Function
notebook_id_func
(nb_file)
tests/conftest.py:209
Function
notebook_with_collapsed_cell
(python_notebook)
tests/functional/others/test_cell_metadata.py:246
Function
notebook_with_outputs
()
tests/conftest.py:147
Function
notebook_with_tags
(python_notebook)
tests/functional/others/test_cell_tags_are_preserved.py:9
Function
notebook_with_unsupported_key_in_metadata
(python_notebook)
tests/functional/others/test_cell_metadata.py:225
Method
options_to_metadata
(self, options)
src/jupytext/cell_reader.py:485
Method
options_to_metadata
(self, options)
src/jupytext/cell_reader.py:537
Function
percent_file
(request)
tests/conftest.py:343
Function
py_file
(request)
tests/conftest.py:325
Function
py_marimo
()
tests/external/test_marimo.py:9
Function
pytest_collection_modifyitems
(config, items)
tests/conftest.py:469
Function
pytest_runtest_setup
(item)
tests/conftest.py:415
Function
python_file
(request)
tests/conftest.py:338
Function
python_notebook
()
tests/conftest.py:121
Function
r_file
(request)
tests/conftest.py:353
Function
r_options_language_metadata
()
tests/functional/others/test_cell_metadata.py:22
Function
r_spin_file
(request)
tests/conftest.py:358
Method
read
Read one cell from the given lines, and return the cell, plus the position of the next cell
src/jupytext/cell_reader.py:142
Method
read_one_file
(alt_path, alt_fmt)
src/jupytext/async_contentsmanager.py:295
Method
read_one_file
(alt_path, alt_fmt)
src/jupytext/sync_contentsmanager.py:335
Function
read_pair
Read a notebook given its inputs and outputs path and formats
src/jupytext/async_pairs.py:10
Method
remove_eoc_marker
Remove end of cell marker when next cell has an explicit start marker
src/jupytext/cell_to_text.py:384
Method
rename_file
Rename the current file. If the file is a notebook, we rename the paired files as well
src/jupytext/async_contentsmanager.py:469
Method
replace_link
(match)
tools/absolute_links_in_readme.py:30
Function
represent_dict
Compact dicts
src/jupytext/myst.py:136
Function
represent_list
Compact lists
src/jupytext/myst.py:130
Function
rm_ipynb_file
(path)
tests/functional/cli/test_synchronous_changes.py:50
Function
rmd_file
(request)
tests/conftest.py:406
Function
sample_empty_viewer_config
()
tests/unit/test_labconfig.py:26
Function
sample_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
Function
sample_notebook_v3
()
tests/functional/others/test_nbformat_version.py:12
Function
sample_notebook_v3_json
(sample_notebook_v3)
tests/functional/others/test_nbformat_version.py:17
← previous
next →
401–500 of 1,277, ranked by callers