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
A list of stdlib module names is stored within the ipydeps package, but as of Python 3.10 there's sys.stdlib_module_names. Once Python 3.10+ is much more mainstream, ipydeps should switch.
A list of stdlib module names is stored within the ipydeps package, but as of Python 3.10 there's
sys.stdlib_module_names. Once Python 3.10+ is much more mainstream, ipydeps should switch.