File: installation.md

package info (click to toggle)
xeus-python 0.17.2%2B~0.6.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,752 kB
  • sloc: cpp: 4,890; python: 369; makefile: 18; javascript: 14
file content (21 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(installation)=

# Installation

You can install `jupyterlite-xeus-python` with conda/mamba

```
mamba install -c conda-forge jupyterlite-xeus-python
```

Or with `pip`:

```
pip install jupyterlite-xeus-python
```

Once you have installed `jupyterlite-xeus-python`, you can use it as a kernel in JupyterLite. You can use the `jupyter lite` command line interface to build a JupyterLite application to start using the `xeus-python` kernel:

```bash
jupyter lite build
```