Translations:JupyterHub/46/en

From Alliance Doc
Jump to navigation Jump to search

Note: You may also install needed packages by running for example the following command inside 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 must configure a custom Python kernel.