##// END OF EJS Templates
Merge pull request #11539 from SSteve/patch-1...
Matthias Bussonnier -
r24893:87fd2cb7 merge
parent child Browse files
Show More
@@ -208,7 +208,7 b' of the `Jupyter` project, which includes ``jupyter console``, ``jupyter'
208 qtconsole``, and ``jupyter notebook``.
208 qtconsole``, and ``jupyter notebook``.
209
209
210 As an example, this means that when you start ``jupyter qtconsole``, you're
210 As an example, this means that when you start ``jupyter qtconsole``, you're
211 really starting two processes, a kernel and a Qt-based client can send
211 really starting two processes, a kernel and a Qt-based client which can send
212 commands to and receive results from that kernel. If there is already a kernel
212 commands to and receive results from that kernel. If there is already a kernel
213 running that you want to connect to, you can pass the ``--existing`` flag
213 running that you want to connect to, you can pass the ``--existing`` flag
214 which will skip initiating a new kernel and connect to the most recent kernel,
214 which will skip initiating a new kernel and connect to the most recent kernel,
General Comments 0
You need to be logged in to leave comments. Login now