cc_staff
782
edits
(Marked this version for translation) |
(Link to the full installation procedure) |
||
Line 181: | Line 181: | ||
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> | 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. | * 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 must configure a custom Python kernel. | * 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 '''[[Advanced_Jupyter_configuration#Python_Kernel|custom Python kernel]]'''. | ||
<!--T:47--> | <!--T:47--> |