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

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 15, 2024
1 parent 09700da commit 3df7b81
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,5 @@ The [xeus-python](https://github.com/jupyter-xeus/xeus-python) kernel compiled t

> ⚠️
> jupyterlite-xeus-python is DEPRECATED.
> You should now use https://github.com/jupyterlite/xeus.
> Please see {ref}`migration`.
Features:

- all IPython features included (magics, matplotlib inline `etc`)
- code completion
- code inspection
- interactive widgets (ipywidgets, ipyleaflet, bqplot, ipycanvas `etc`)
- JupyterLite custom file-system mounting

How does it compare to the [Pyodide kernel](https://github.com/jupyterlite/pyodide-kernel) for JupyterLite?

- `from time import sleep` works!
- starts faster!
- it's lighter by default!
- pre-installed packages! No more piplite (see {ref}`configuration` page)
- no more piplite, but we will be working on a mambalite, stay tuned :D

```{eval-rst}
.. replite::
:kernel: xeus-python
:height: 600px
print("Hello from xeus-python!")
```

```{toctree}
:caption: Usage
:maxdepth: 2
installation
deploy
configuration
migration
changelog
```

0 comments on commit 3df7b81

Please sign in to comment.