2020-02-12 07:17 UTC-05, Pariksheet Nanda <[email protected]>:

> Thanks for the link!  It indeed mentions the Jupyter notebook command I
> needed:
>
>     # Install a pip package in the current Jupyter kernel
>     import sys
>     !{sys.executable} -m pip install numpy

Note that this blog post is from 2017. A more up-to-date recommendation
would be to use the %pip magic:

%pip install numpy

-- 
Rémi

------------------------------------------
The Carpentries: discuss
Permalink: 
https://carpentries.topicbox.com/groups/discuss/T72d9652a490be7d3-M7279262f1abf1ffd986083bc
Delivery options: https://carpentries.topicbox.com/groups/discuss/subscription

Reply via email to