You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, ipydeps adds the --user flag if it's outside of a virtualenv. However, some scenarios require --target=... to be specified, which cannot be used in conjunction with --user.
By default, ipydeps adds the
--userflag if it's outside of a virtualenv. However, some scenarios require--target=...to be specified, which cannot be used in conjunction with--user.