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