Hi Kunal,

On Wed, Feb 12, 2020 at 12:11 PM Kunal Marwaha <[email protected]>
wrote:
>
> I frequently refer to this for personal use:
>
https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/

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

    Requirement already satisfied: numpy in
/Users/jakevdp/anaconda/lib/python3.6/site-packages


> Kunal

Pariksheet

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

Reply via email to