If we want to split a source file into n cells, we need to put just n - 1 delimiters. However, pycharm-cellmode required n + 1 delimiters to surround each cell.
This commit allows omission of first and last delimiter ('##'), so we don't need to put additional delimiters.
If we want to split a source file into n cells, we need to put just n - 1 delimiters. However, pycharm-cellmode required n + 1 delimiters to surround each cell.
This commit allows omission of first and last delimiter ('##'), so we don't need to put additional delimiters.
before this commit
after this commit
This commit maintains also backward compatibility, so we don't need to change previously developed python project.