omemisoglu

Results 2 comments of omemisoglu

Python Generic Mapper Example for Testing ```json "codemap.py": [ // Cell Pattern { "pattern": "^ *#%% .*$", "clear": " *#%% *(?=.*$)", "prefix": "# ", "icon": "level1", "levelIndent": 1 }, //...

@oleg-shilo Thank yo for your reply. I want to have mapping elements in Python that can nest some chunks of a source code. However, when I start to use levelIndent...