We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b00bb5 commit 5595aa1Copy full SHA for 5595aa1
README.md
@@ -35,7 +35,8 @@ private to Julia (not in your `PATH`). (You can use `using IJulia` followed by
35
`IJulia.jupyter` to find the location `jupyter` where was installed.)
36
On Linux, it defaults to looking for `jupyter` in your `PATH` first,
37
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).
+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`.
40
41
Alternatively, you can [install
42
Jupyter](http://jupyter.readthedocs.org/en/latest/install.html) (or
0 commit comments