solorice/vscode/extensions/ms-toolsai.jupyter-2022.3.1000901801/snippets/python.json
2022-04-28 20:54:44 +03:00

13 lines
311 B
JSON

{
"add/new/cell": {
"prefix": "add/new/cell",
"body": "# %%",
"description": "Code snippet to add a new cell"
},
"mark/markdown": {
"prefix": "mark/markdown",
"body": "# %% [markdown]",
"description": "Code snippet to add a new markdown cell"
}
}