1 Mar
2017
1 Mar
'17
3:24 p.m.
On 28 Feb 2017, at 15:16, Francis Poulin <fpoulin@uwaterloo.ca> wrote:
$ ipython kernel install -h usage: ipython-kernel-install [-h] [--user] [--name NAME] [--display-name DISPLAY_NAME] [--profile PROFILE] [--prefix PREFIX] [--sys-prefix]
Then I don't seem to be able to do the kernel install, see below.
Can you try upgrading the python installation: $ pip install -U ipython and then try again with: $ ipython kernel install --sys-prefix Thanks, Lawrence