Metadata-Version: 2.4
Name: litex_kernel
Version: 1.0.0
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
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
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

This is iPython kernel designed for JupyterLab, which aims to help Litex user to interact with Litex core via Jupyter.

## installation

This reuqires Litex core and Python3, you could install Litex core follow the [README](https://github.com/litexlang/golitex). 

After Litex core installation, you 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
```
