File: index.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 (31 lines) | stat: -rw-r--r-- 623 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
22
23
24
25
26
27
28
29
30
31
# xeus-python 🚀🪐

**xeus-python** is a Jupyter kernel for Python based on the native implementation of the Jupyter protocol
[xeus](https://github.com/jupyter-xeus/xeus).

## Licensing

We use a shared copyright model that enables all contributors to maintain the
copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.

## Try it here!

```{eval-rst}
.. replite::
   :kernel: xpython
   :height: 600px

   print("Hello from xeus-python!")
```

```{toctree}
:caption: Usage
:maxdepth: 2

installation
usage
dev-build-options
jupyterlite/index
```