Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8d9bc60

Browse files
authored
Merge pull request #42 from martinRenou/docs_0.5.0
Build docs for 0.5.0
2 parents e55ed71 + 1fc19da commit 8d9bc60

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

docs/configuration.rst

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,7 @@ Configuration
66
Pre-installed packages
77
----------------------
88

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``.
3410

3511
.. note::
3612
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.

docs/environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ channels:
66
dependencies:
77
- mamba
88
- pydata-sphinx-theme
9-
- empack
109
- pip
1110

1211
- pip:
1312
- jupyterlite
1413
- jupyterlite-sphinx
15-
- jupyterlite-xeus-python==0.4.2
14+
- jupyterlite-xeus-python>=0.5.0

0 commit comments

Comments
 (0)