MCPcopy Create free account

hub / github.com/jupytext/jupytext / functions

Functions1,277 in github.com/jupytext/jupytext

↓ 1 callersFunctionmain
()
src/jupytext_config/jupytext_config.py:84
↓ 1 callersFunctionmain
Create symlink in sys.prefix based on name of extension
jupyterlab/scripts/install_extension.py:18
↓ 1 callersMethodmain
return 0 if all goes well
src/jupytext_config/jupytext_config.py:25
↓ 1 callersFunctionmap_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 callersFunctionmd_to_notebook
Convert a Markdown text to a Jupyter notebook, using Pandoc
src/jupytext/pandoc.py:73
↓ 1 callersMethodmerge_frontmatter
Use during self.writes to rewrite notebook metadata as frontmatter content.
src/jupytext/jupytext.py:337
↓ 1 callersFunctionmetadata_and_cell_to_metadata
(nb, fmt, unsupported_keys=None)
src/jupytext/header.py:310
↓ 1 callersMethodmetadata_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 callersFunctionmetadata_to_metadata_and_cell
(nb, metadata, fmt, unsupported_keys=None)
src/jupytext/header.py:289
↓ 1 callersFunctionmyst_version
The version of myst.
src/jupytext/myst.py:44
↓ 1 callersFunctionnotebook_to_md
Convert a notebook to its Markdown representation, using Pandoc
src/jupytext/pandoc.py:97
↓ 1 callersFunctionnotebook_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 callersFunctionnotebook_to_qmd
Convert a Jupyter notebook to its Quarto Markdown representation
src/jupytext/quarto.py:146
↓ 1 callersFunctionnotebooks_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 callersFunctiononSpecsChanged
()
jupyterlab/packages/jupyterlab-jupytext-extension/src/index.ts:488
↓ 1 callersMethodoptions_to_metadata
(self, options)
src/jupytext/cell_reader.py:637
↓ 1 callersFunctionparse_directive_options
Parse (and validate) the directive option section.
src/jupytext/myst.py:196
↓ 1 callersFunctionparse_jupytext_configuration_file
Read a Jupytext config file, and return a dict
src/jupytext/config.py:354
↓ 1 callersFunctionprint_paired_paths
Display the paired paths for this notebook
src/jupytext/cli.py:1038
↓ 1 callersFunctionqmd_to_notebook
Convert a Quarto Markdown notebook to a Jupyter notebook
src/jupytext/quarto.py:76
↓ 1 callersFunctionquarto_version
Quarto's version number
src/jupytext/quarto.py:68
↓ 1 callersFunctionread_cell_metadata
Return cell metadata
src/jupytext/myst.py:230
↓ 1 callersFunctionregisterFileTypes
( availableKernelLanguages: Map<string, IFileTypeData[]>, jupytextFormatsWithFileTypeData: IFileTypeData[]
jupyterlab/packages/jupyterlab-jupytext-extension/src/registry.ts:9
↓ 1 callersMethodremove_eoc_marker
Remove end-of-cell marker when possible
src/jupytext/cell_to_text.py:188
↓ 1 callersFunctionsame_content
Is the content of two cells the same, except for an optional final blank line?
src/jupytext/compare.py:87
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_script/itypescript.ts:27
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_script/ijavascript.js:49
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_percent/itypescript.ts:31
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_percent/ijavascript.js:62
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_hydrogen/itypescript.ts:31
↓ 1 callersMethodsayHello
()
tests/data/notebooks/outputs/ipynb_to_hydrogen/ijavascript.js:62
↓ 1 callersMethodset_default_viewer
(self, doctype)
src/jupytext_config/labconfig.py:59
↓ 1 callersFunctionset_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 callersFunctionset_prefix_and_suffix
Add prefix and suffix information from jupytext.formats if format and path matches
src/jupytext/cli.py:1069
↓ 1 callersMethodsplit_frontmatter
Use during self.reads to separate notebook metadata from other frontmatter.
src/jupytext/jupytext.py:320
↓ 1 callersFunctionstrip_blank_lines
Remove initial blank lines
src/jupytext/myst.py:173
↓ 1 callersFunctionsuppress_unsupported_keys
(metadata, unsupported_keys=None)
src/jupytext/metadata_filter.py:196
↓ 1 callersFunctionsystem_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 callersFunctiontest_round_trip_conversion
Test round trip conversion for a Jupyter notebook
src/jupytext/compare.py:317
↓ 1 callersFunctiontool_version
(tool)
src/jupytext/cli.py:65
↓ 1 callersMethoduncomment_code_and_magics
Uncomment code and possibly commented magic commands
src/jupytext/cell_reader.py:266
↓ 1 callersFunctionunescape_code_start
Unescape code start
src/jupytext/magics.py:174
↓ 1 callersMethodunset_default_viewer
(self, doctype)
src/jupytext_config/labconfig.py:71
↓ 1 callersFunctionupdate_metadata_filters
Update or set the notebook and cell metadata filters
src/jupytext/metadata_filter.py:84
↓ 1 callersFunctionupdate_metadata_from_rmd_options
Map the R Markdown cell visibility options to the Jupyter ones
src/jupytext/cell_metadata.py:126
↓ 1 callersMethodupdate_timestamp
(self, path: str)
src/jupytext/cli.py:1170
↓ 1 callersFunctionvalidate_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
Functionany_nb_file
(request)
tests/conftest.py:222
Functioncell_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
Methodcell_to_text
Return the text representation of a cell
src/jupytext/cell_to_text.py:218
Methodcell_to_text
Return the text representation for the cell
src/jupytext/cell_to_text.py:458
Methodcell_to_text
Return the text representation for the cell
src/jupytext/cell_to_text.py:523
Functioncm
(request, fresh_notary)
tests/conftest.py:65
Functioncm_from_fs_meta_manager
(tmpdir, request)
tests/external/jupyter_fs/test_jupyter_fs.py:15
Methodcode_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:265
Methodcode_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:330
Methodcode_to_text
Return the text representation of a code cell
src/jupytext/cell_to_text.py:426
Methodconstructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_script/itypescript.ts:24
Methodconstructor
(name)
tests/data/notebooks/outputs/ipynb_to_script/ijavascript.js:46
Methodconstructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_percent/itypescript.ts:28
Methodconstructor
(name)
tests/data/notebooks/outputs/ipynb_to_percent/ijavascript.js:59
Methodconstructor
(private name: string)
tests/data/notebooks/outputs/ipynb_to_hydrogen/itypescript.ts:28
Methodconstructor
(name)
tests/data/notebooks/outputs/ipynb_to_hydrogen/ijavascript.js:59
← previousnext →301–400 of 1,277, ranked by callers