Issue
I wonder if it's possible to install python packages without leaving the IPython shell.
Solution
The best way to do this in modern ipython or jupyter is to use the %pip
magic:
%pip install my_package
Answered By - Chronial
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.