Show More
@@ -208,7 +208,7 b' of the `Jupyter` project, which includes ``jupyter console``, ``jupyter' | |||
|
208 | 208 | qtconsole``, and ``jupyter notebook``. |
|
209 | 209 | |
|
210 | 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 | 212 | commands to and receive results from that kernel. If there is already a kernel |
|
213 | 213 | running that you want to connect to, you can pass the ``--existing`` flag |
|
214 | 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