Paul Ivanov
Paul Ivanov
For what it's worth, I also just ran into a very similar issue (mine was an `Uncaught DOMexception Failed to execute 'setEnd' on 'Range': The offset 1 is larger than...
Thanks for the mention, @mwouts - I think some folks are maintaining a blessed continuation of vim-ipython over here: https://github.com/jupyter-vim/jupyter-vim
thanks for the report and for bringing this to my attention - confirming this as an issue. The extra blank lines come from trying to create space for the Out...
it's not you, it's me. The functionality you seek simply hasn't been exposed yet.
oh man, I suck at releasing.... Thanks for the report, I'll get on it after I get some sleep... we really should stop moving those APIs around in IPython though...
Thanks, @bollwyvl ``` $ pip check No broken requirements found ``` Am I the only one that's ever hit the `self.stream.write(message)` broken pipe error? Is there something I can try...
thanks for writing that up, Nick, I appreciate it.
Hey there @lgeiger. I'm going through old issues and it seems this one stalled. I've just rebased and changed the generic 'signature' to a 'right_label' as per discussion above. Do...
Python 3.9 test failed here, but in a weird timeout - so I'm just gonna try running it again.
It's great to see an addition of a format for traitlets, but I think it would make more sense to not make it a hard dependency. TOMLFileConfigLoader could wrap the...