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
↓ 1 callers
Function
main
()
src/jupytext_config/jupytext_config.py:84
↓ 1 callers
Function
main
Create symlink in sys.prefix based on name of extension
jupyterlab/scripts/install_extension.py:18
↓ 1 callers
Method
main
return 0 if all goes well
src/jupytext_config/jupytext_config.py:25
↓ 1 callers
Function
map_outputs_to_inputs
Returns a map i->(j or None) that maps the cells with outputs to the input cells
src/jupytext/combine.py:119
↓ 1 callers
Function
md_to_notebook
Convert a Markdown text to a Jupyter notebook, using Pandoc
src/jupytext/pandoc.py:73
↓ 1 callers
Method
merge_frontmatter
Use during self.writes to rewrite notebook metadata as frontmatter content.
src/jupytext/jupytext.py:337
↓ 1 callers
Function
metadata_and_cell_to_metadata
(nb, fmt, unsupported_keys=None)
src/jupytext/header.py:310
↓ 1 callers
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:182
↓ 1 callers
Function
metadata_to_metadata_and_cell
(nb, metadata, fmt, unsupported_keys=None)
src/jupytext/header.py:289
↓ 1 callers
Function
myst_version
The version of myst.
src/jupytext/myst.py:44
↓ 1 callers
Function
notebook_to_md
Convert a notebook to its Markdown representation, using Pandoc
src/jupytext/pandoc.py:97
↓ 1 callers
Function
notebook_to_myst
Parse a notebook to a MyST formatted text document. :param nb: the notebook to parse :param code_directive: the name of the directive to use
src/jupytext/myst.py:353
↓ 1 callers
Function
notebook_to_qmd
Convert a Jupyter notebook to its Quarto Markdown representation
src/jupytext/quarto.py:146
↓ 1 callers
Function
notebooks_in_git_index
Return the list of modified and deleted ipynb files in the git index that match the given format
src/jupytext/cli.py:1005
↓ 1 callers
Function
onSpecsChanged
()
jupyterlab/packages/jupyterlab-jupytext-extension/src/index.ts:488
↓ 1 callers
Method
options_to_metadata
(self, options)
src/jupytext/cell_reader.py:637
↓ 1 callers
Function
parse_directive_options
Parse (and validate) the directive option section.
src/jupytext/myst.py:196
↓ 1 callers
Function
parse_jupytext_configuration_file
Read a Jupytext config file, and return a dict
src/jupytext/config.py:354
↓ 1 callers
Function
print_paired_paths
Display the paired paths for this notebook
src/jupytext/cli.py:1038
↓ 1 callers
Function
qmd_to_notebook
Convert a Quarto Markdown notebook to a Jupyter notebook
src/jupytext/quarto.py:76
↓ 1 callers
Function
quarto_version
Quarto's version number
src/jupytext/quarto.py:68
↓ 1 callers
Function
read_cell_metadata
Return cell metadata
src/jupytext/myst.py:230
↓ 1 callers
Function
registerFileTypes
( availableKernelLanguages: Map<string, IFileTypeData[]>, jupytextFormatsWithFileTypeData: IFileTypeData[]
jupyterlab/packages/jupyterlab-jupytext-extension/src/registry.ts:9
↓ 1 callers
Method
remove_eoc_marker
Remove end-of-cell marker when possible
src/jupytext/cell_to_text.py:188
↓ 1 callers
Function
same_content
Is the content of two cells the same, except for an optional final blank line?
src/jupytext/compare.py:87
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_script/itypescript.ts:27
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_script/ijavascript.js:49
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_percent/itypescript.ts:31
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_percent/ijavascript.js:62
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_hydrogen/itypescript.ts:31
↓ 1 callers
Method
sayHello
()
tests/data/notebooks/outputs/ipynb_to_hydrogen/ijavascript.js:62
↓ 1 callers
Method
set_default_viewer
(self, doctype)
src/jupytext_config/labconfig.py:59
↓ 1 callers
Function
set_main_and_cell_language
Set main language for the given collection of cells, and use magics for cells that use other languages
src/jupytext/languages.py:155
↓ 1 callers
Function
set_prefix_and_suffix
Add prefix and suffix information from jupytext.formats if format and path matches
src/jupytext/cli.py:1069
↓ 1 callers
Method
split_frontmatter
Use during self.reads to separate notebook metadata from other frontmatter.
src/jupytext/jupytext.py:320
↓ 1 callers
Function
strip_blank_lines
Remove initial blank lines
src/jupytext/myst.py:173
↓ 1 callers
Function
suppress_unsupported_keys
(metadata, unsupported_keys=None)
src/jupytext/metadata_filter.py:196
↓ 1 callers
Function
system_in_tmpdir
Return a function that will execute system commands in the desired directory
tests/external/pre_commit/test_pre_commit_scripts.py:29
↓ 1 callers
Function
test_round_trip_conversion
Test round trip conversion for a Jupyter notebook
src/jupytext/compare.py:317
↓ 1 callers
Function
tool_version
(tool)
src/jupytext/cli.py:65
↓ 1 callers
Method
uncomment_code_and_magics
Uncomment code and possibly commented magic commands
src/jupytext/cell_reader.py:266
↓ 1 callers
Function
unescape_code_start
Unescape code start
src/jupytext/magics.py:174
↓ 1 callers
Method
unset_default_viewer
(self, doctype)
src/jupytext_config/labconfig.py:71
↓ 1 callers
Function
update_metadata_filters
Update or set the notebook and cell metadata filters
src/jupytext/metadata_filter.py:84
↓ 1 callers
Function
update_metadata_from_rmd_options
Map the R Markdown cell visibility options to the Jupyter ones
src/jupytext/cell_metadata.py:126
↓ 1 callers
Method
update_timestamp
(self, path: str)
src/jupytext/cli.py:1170
↓ 1 callers
Function
validate_jupytext_configuration_file
Turn a dict-like config into a JupytextConfiguration object
src/jupytext/config.py:438
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/Line_breaks_in_LateX_305.py:8
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/jupyter.py:8
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/Notebook with many hash signs.py:8
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/text_outputs_and_images.py:8
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/plotly_graphs.py:8
Function
_
(mo)
tests/data/notebooks/outputs/ipynb_to_marimo/sample_rise_notebook_66.py:8
Function
_
()
tests/data/notebooks/outputs/ipynb_to_marimo/frozen_cell.py:8
Function
_
()
tests/data/notebooks/outputs/ipynb_to_marimo/Notebook with function and cell metadata 164.py:8
Function
_
()
tests/data/notebooks/outputs/ipynb_to_marimo/cat_variable.py:8
Function
_
()
tests/data/notebooks/outputs/ipynb_to_marimo/notebook_with_complex_metadata.py:8
Function
_
(mo)
tests/data/notebooks/inputs/marimo/basic_marimo_example.py:8
Function
_
(mo)
tests/unit/data/landing_page/notebook_marimo.py:8
Method
__eq__
(self, other)
src/jupytext/config.py:251
Method
__init__
(self)
src/jupytext_config/jupytext_config.py:33
Method
__init__
(self)
src/jupytext_config/jupytext_config.py:45
Method
__init__
(self)
src/jupytext_config/jupytext_config.py:61
Method
__init__
(self, *, settings_file, logger=None)
src/jupytext_config/labconfig.py:24
Method
__init__
(self, *args, **kwargs)
src/jupytext/async_contentsmanager.py:63
Method
__init__
(self, pre_commit_mode: bool = False)
src/jupytext/cli.py:1137
Method
__init__
( self, format_name, extension, header_prefix, cell_reader_class,
src/jupytext/formats.py:55
Method
__init__
(self, line)
src/jupytext/cell_metadata.py:153
Method
__init__
(self, fmt, config)
src/jupytext/jupytext.py:57
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:200
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:260
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:303
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:422
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:454
Method
__init__
(self, *args, **kwargs)
src/jupytext/cell_to_text.py:509
Method
__init__
(self, *args, **kwargs)
src/jupytext/sync_contentsmanager.py:71
Method
__init__
(self, fmt=None, default_language=None)
src/jupytext/cell_reader.py:318
Method
__init__
(self, fmt=None, default_language=None)
src/jupytext/cell_reader.py:597
Method
__init__
(self, fmt, default_language=None)
src/jupytext/cell_reader.py:744
Method
__init__
(self, fmt=None, default_language="python")
src/jupytext/cell_reader.py:833
Method
__init__
(self, language)
src/jupytext/stringparser.py:15
Method
_get_with_no_require_hash_argument
( self, path, content=True, type=None, format=None
src/jupytext/async_contentsmanager.py:177
Method
_get_with_no_require_hash_argument
( self, path, content=True, type=None, format=None
src/jupytext/sync_contentsmanager.py:201
Function
_jupyter_labextension_paths
()
jupyterlab/jupyterlab_jupytext/__init__.py:74
Function
any_nb_file
(request)
tests/conftest.py:222
Function
cell_id
To make sure that cell ids are distinct we use a global counter. This solves https://github.com/mwouts/jupytext/issues/747
tests/conftest.py:476
Method
cell_to_text
Return the text representation of a cell
src/jupytext/cell_to_text.py:218
Method
cell_to_text
Return the text representation for the cell
src/jupytext/cell_to_text.py:458
Method
cell_to_text
Return the text representation for the cell
src/jupytext/cell_to_text.py:523
Function
cm
(request, fresh_notary)
tests/conftest.py:65
Function
cm_from_fs_meta_manager
(tmpdir, request)
tests/external/jupyter_fs/test_jupyter_fs.py:15
Method
code_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:265
Method
code_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:330
Method
code_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:426
Method
constructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_script/itypescript.ts:24
Method
constructor
(name)
tests/data/notebooks/outputs/ipynb_to_script/ijavascript.js:46
Method
constructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_percent/itypescript.ts:28
Method
constructor
(name)
tests/data/notebooks/outputs/ipynb_to_percent/ijavascript.js:59
Method
constructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_hydrogen/itypescript.ts:28
Method
constructor
(name)
tests/data/notebooks/outputs/ipynb_to_hydrogen/ijavascript.js:59
← previous
next →
301–400 of 1,277, ranked by callers