On Wed, Feb 12, 2020 at 10:23 AM Rémi Rampin <[email protected]> wrote: > 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
Thanks, Rémi, that's much simpler! > Rémi Pariksheet ------------------------------------------ The Carpentries: discuss Permalink: https://carpentries.topicbox.com/groups/discuss/T72d9652a490be7d3-M3cbec97d8ba4c906024eb755 Delivery options: https://carpentries.topicbox.com/groups/discuss/subscription
