Skip to content

Sheriseologie

Tag: python

Posted on 17. February 202117. February 2021

pip install from Jupyter Notebook

Did you know you can run pip from the Jupyter Notebook?

Example:

%pip install selenium


will run as a shell comand so that you don’t have to fire up Terminal

In older anaconda versions:

import sys
!{sys.executable} -m pip install selenium

would work

Recent Posts

  • Macaroni Pie
  • pip install from Jupyter Notebook
  • Chocolate Oatmeal Cookies
  • Introducing Leonidas!
  • Craving Alert!

Recent Comments

    Archives

    • November 2021
    • February 2021
    • November 2018
    • August 2018
    • July 2018
    • March 2018

    Categories

    • Food
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress