Hi,<br><br>Wanted to check, if any of you are encountering any IndentationError issues with the notebook, or is it just me?<br><br>I'm using development version of codemirror (corrected as per README-IPython.rst), and some times I'm encountering:<br>

<pre><span class="ansired">   IndentationError</span><span class="ansired">:</span> expected an indented block
</pre><br>1. with no line numbers or other context information;<br>2. caused by a mix of '4 spaces' / 'tabs', invisible in the editor;<br>3. by itself caused by codemirror, which disregards a tabMode:"spaces" setting.<br>

<br><br>I've temporarily fixed it for myself, by converting all tabs into 4 spaces during every save.<br>And saving/reloading the notebook [if I encounter that problem]. But I'm not entirely happy with that.<br><br>

<br>Anyone else hitting the same problem?<br><br><br>Thanks, <br>Dmitry<br>