File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ in vim, you should be good to go.
2626-----------------
2727Quickstart Guide:
2828-----------------
29- Start ``ipython qtconsole `` and copy the connection string.
29+ Start ``ipython qtconsole `` [*]_ and copy the connection string.
3030Source ``ipy.vim `` file, which provides new IPython command::
3131
3232 :source ipy.vim
@@ -42,6 +42,14 @@ The :IPython command allows you to put the full string, e.g.::
4242The ``:IPythonClipboard `` command just uses the ``+ `` register to get the
4343connection string, whereas ``:IPythonXSelection `` uses the ``* `` register
4444
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+
4553------------------------
4654Sending lines to IPython
4755------------------------
You can’t perform that action at this time.
0 commit comments