File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments