Metadata-Version: 2.4
Name: litex_kernel
Version: 0.1.0b0
Summary: A Jupyter kernel for Litex core
Author-email: Hill Hong <scanfandprintf@icloud.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Framework :: Jupyter
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Project-URL: Homepage, https://github.com/litexlang/litex_kernel
Project-URL: Issues, https://github.com/litexlang/litex_kernel/issues

# A jupyter kernel for litex

## installation

This reuqires Litex core and Python3, you could install Litex core follow the reference [here](https://github.com/litexlang/golitex). After Litex core installation, we could install litex_kernel for your jupyter:

```bash
# change your env to which your jupyter lab using firstly
# then run following commands
pip install litex_kernel
python -m litex_kernel.install
```

To use it, run:

```bash
jupyter lab
```
