Skip to content

Instantly share code, notes, and snippets.

@rsokl
Last active March 25, 2019 17:34
Show Gist options
  • Save rsokl/0c97f46549072e247c0de68d422d1320 to your computer and use it in GitHub Desktop.
Save rsokl/0c97f46549072e247c0de68d422d1320 to your computer and use it in GitHub Desktop.
Proposed changes to jupytext-markdown
jupyter
kernelspec
display_name language name
Python 3
python
python3

Part one - various cells

Here we have a markdown cell

with two blank lines

Now we have a markdown cell with a code block inside it

1 + 1

After that cell we'll have a code cell

2 + 2


3 + 3

Followed by a raw cell

This is 
the content
of the raw cell

Part two - cell metadata

This is a markdown cell with cell metadata {"key": "value"}

"""This is a code cell with metadata `{"tags":["parameters"], ".class":null}`"""
This is a raw cell with cell metadata `{"key": "value"}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment