Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82cae40

Browse files
committed
added another TODO
1 parent 26c32c0 commit 82cae40

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

TODO.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ This is a list of things I'm planning to work on with vim-ipython
2525
[ ] notebook io branch merged
2626
ping about this once it lands:
2727
http://spaceli.wordpress.com/2013/10/04/add-vim-key-bindings-for-ipython-1-0-0/
28+
29+
[ ] make it possible to run :IPython command multiple times
30+
Traceback (most recent call last):
31+
File "<string>", line 1, in <module>
32+
File "<string>", line 116, in km_from_string
33+
File "/home/pi/code/ipython/IPython/kernel/connect.py", line 205, in find_connection_file
34+
app = IPApp.instance()
35+
File "/home/pi/code/ipython/IPython/config/configurable.py", line 367, in instance
36+
'%s are being created.' % cls.__name__
37+
IPython.config.configurable.MultipleInstanceError: Multiple incompatible subclass instances of BaseIPythonApplication are being created.
38+

0 commit comments

Comments
 (0)