Skip to content

Commit 5595aa1

Browse files
pdenapostevengj
authored andcommitted
Tell the user to install the jupyter-client package on Debian (#754)
* Tell the user to install the jupyter-client package on Debian * Update README.md
1 parent 7b00bb5 commit 5595aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ private to Julia (not in your `PATH`). (You can use `using IJulia` followed by
3535
`IJulia.jupyter` to find the location `jupyter` where was installed.)
3636
On Linux, it defaults to looking for `jupyter` in your `PATH` first,
3737
and only installs the Conda Jupyter if that fails; you can force
38-
it to use Conda on Linux by setting `ENV["JUPYTER"]=""` first (see below).
38+
it to use Conda on Linux by setting `ENV["JUPYTER"]=""` first (see below). In a Debian or Ubuntu
39+
GNU/Linux system, install the package `jupyter-client`.
3940

4041
Alternatively, you can [install
4142
Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) (or

0 commit comments

Comments
 (0)