Skip to content

Commit

Permalink
Update .jupytext.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Nov 8, 2024
1 parent e872c13 commit 3a8cdbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .jupytext.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ formats = "ipynb,py:light"
cell_metadata_filter = "-all"
notebook_metadata_filter = "-all"

# Additional configuration to skip images and markdown cells
cell_markers = '"""', '"""' # Use triple quotes for cells
# Use triple quotes for cells (light format configuration)
text_representation = { extension = ".py", format_name = "light", formats = "ipynb,py:light" }
exclude_cells = ["markdown", "image"] # Ignore markdown and image cells

0 comments on commit 3a8cdbe

Please sign in to comment.