This repository was archived by the owner on Feb 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed
Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -4,39 +4,5 @@ The [xeus-python](https://github.com/jupyter-xeus/xeus-python) kernel compiled t
44
55> ⚠️
66> jupyterlite-xeus-python is DEPRECATED.
7+ > You should now use https://github.com/jupyterlite/xeus .
78> Please see {ref}` migration ` .
8-
9- Features:
10-
11- - all IPython features included (magics, matplotlib inline ` etc ` )
12- - code completion
13- - code inspection
14- - interactive widgets (ipywidgets, ipyleaflet, bqplot, ipycanvas ` etc ` )
15- - JupyterLite custom file-system mounting
16-
17- How does it compare to the [ Pyodide kernel] ( https://github.com/jupyterlite/pyodide-kernel ) for JupyterLite?
18-
19- - ` from time import sleep ` works!
20- - starts faster!
21- - it's lighter by default!
22- - pre-installed packages! No more piplite (see {ref}` configuration ` page)
23- - no more piplite, but we will be working on a mambalite, stay tuned : D
24-
25- ``` {eval-rst}
26- .. replite::
27- :kernel: xeus-python
28- :height: 600px
29-
30- print("Hello from xeus-python!")
31- ```
32-
33- ``` {toctree}
34- :caption: Usage
35- :maxdepth: 2
36-
37- installation
38- deploy
39- configuration
40- migration
41- changelog
42- ```
You can’t perform that action at this time.
0 commit comments