File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ in vim, you should be good to go.
26
26
-----------------
27
27
Quickstart Guide:
28
28
-----------------
29
- Start ``ipython qtconsole `` and copy the connection string.
29
+ Start ``ipython qtconsole `` [*]_ and copy the connection string.
30
30
Source ``ipy.vim `` file, which provides new IPython command::
31
31
32
32
:source ipy.vim
@@ -42,6 +42,14 @@ The :IPython command allows you to put the full string, e.g.::
42
42
The ``:IPythonClipboard `` command just uses the ``+ `` register to get the
43
43
connection string, whereas ``:IPythonXSelection `` uses the ``* `` register
44
44
45
+ .. [* ] Though the demos above use ``qtconsole ``, it is not required
46
+ for this workflow, it's just that it was the easiest way to show how to
47
+ make use of the new functionality in 0.11 release. In the current git
48
+ trunk of IPython, you can use ``ipython kernel `` to create a kernel and
49
+ get the connection string to use for any frontend (including vim-ipython).
50
+ If you are still using 0.11, you can launch a regular kernel using
51
+ ``python -c "from IPython.zmq.ipkernel import main; main()" ``
52
+
45
53
------------------------
46
54
Sending lines to IPython
47
55
------------------------
You can’t perform that action at this time.
0 commit comments