Choose a package manager for a new notebook
You can manage Python packages for a notebook when creating it.
By default, Datalore uses the pip package manager with a standard set of all popular data science packages.
Your other environment options are:
Pip - minimal: compared to the default option, contains only the most basic packages necessary to have the notebook running.
Conda - minimal: suitable for non-commercial purposes. To use Conda for commercial projects, buy a license. Find out more at https://www.anaconda.com/terms-of-service.
note
If you're a Datalore On-Premises admin, you can edit the choice of default environments and add more options. Find more information in this topic.
To switch from the default environment, do the following:
Go to the Environment tab of the New notebook dialog.
Do one of the following:
Select the Pip - minimal option from the list under Choose base environment.
Select the Conda option under Select a package manager.
(Optional) To view the preinstalled packages, click the Show packages button next to the environment option.
Switch to another tab to continue the customization or click the Create notebook button to finish the procedure.
note
Each notebook environment configuration is encapsulated and does not affect other notebooks.
library, environment options, native packages, native libraries
Thanks for your feedback!