Translations:JupyterLab/32/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
Tags: Mobile edit Mobile web edit
 
(Importing a new version from external source)
 
Line 1: Line 1:
You can also install needed packages by running for example the following command inside of a cell: <code>!pip install --no-index keras</code>
Note: you may also install needed packages by running for example the following command inside of a cell: <code>!pip install --no-index numpy</code>
* For some packages (like <code>plotly</code>, for example), you may need to restart the notebook's kernel before importing the package.
* The installation of packages in the default Python kernel environment is temporary to the lifetime of the JupyterLab session; you will have to reinstall these packages the next time you start a new JupyterLab session. For a persistent Python environment, you may configure a custom [[JupyterLab#Python_Kernel|Python kernel]].

Latest revision as of 19:33, 12 November 2021

Note: you may also install needed packages by running for example the following command inside of a cell: !pip install --no-index numpy

  • For some packages (like plotly, for example), you may need to restart the notebook's kernel before importing the package.
  • The installation of packages in the default Python kernel environment is temporary to the lifetime of the JupyterLab session; you will have to reinstall these packages the next time you start a new JupyterLab session. For a persistent Python environment, you may configure a custom Python kernel.