Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ If you can launch ``ipython qtconsole`` or ``ipython kernel``, and
-----------------
Quickstart Guide:
-----------------
Start ``ipython qtconsole`` [*]_. Source ``ipy.vim`` file, which provides new
IPython command::
Start ``ipython qtconsole`` [*]_ and source the ``ipy.vim`` file, which
provides the ``IPython`` command::

:source ipy.vim
(or copy it to ~/.vim/ftplugin/python to load automatically)

:IPython

The ``:IPython`` command allows you to put the full connection string. For
The ``:IPython`` command allows you to provide the full connection string. For
IPython 0.11, it would look like this::

:IPython --existing --shell=41882 --iopub=43286 --stdin=34987 --hb=36697
Expand Down
4 changes: 2 additions & 2 deletions ftplugin/python/ipy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
" Quickstart Guide:
" -----------------
" Start `ipython qtconsole`, `ipython console`, or `ipython notebook` and
" open a notebook using you web browser. Source this file, which provides new
" IPython command
" open a notebook using your web browser. Then source this file, which
" provides the `IPython` command:
"
" :source ipy.vim
" :IPython
Expand Down