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
{{ message }}
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/configuration.rst
+1-25Lines changed: 1 addition & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,7 @@ Configuration
6
6
Pre-installed packages
7
7
----------------------
8
8
9
-
xeus-python allows you to pre-install packages in the Python runtime.
10
-
11
-
Requirements
12
-
~~~~~~~~~~~~
13
-
14
-
This feature requires you to have at least ``conda``, `mamba <https://github.com/mamba-org/mamba>`_ or ``micromamba`` installed.
15
-
16
-
You also need to install ``empack``, this can be done by installing it from ``conda-forge``:
17
-
18
-
.. code::
19
-
20
-
conda install -c conda-forge empack
21
-
22
-
# OR
23
-
24
-
mamba install -c conda-forge empack
25
-
26
-
# OR
27
-
28
-
micromamba install -c conda-forge empack
29
-
30
-
Usage
31
-
~~~~~
32
-
33
-
You can pre-install packages by passing the ``XeusPythonEnv.packages`` CLI option to ``jupyter lite build``.
9
+
xeus-python allows you to pre-install packages in the Python runtime. You can pre-install packages by passing the ``XeusPythonEnv.packages`` CLI option to ``jupyter lite build``.
34
10
35
11
.. note::
36
12
This will automatically install any labextension that it founds, for example installing ipyleaflet will make ipyleaflet work without the need to manually install the jupyter-leaflet labextension.
0 commit comments