Metadata-Version: 2.1
Name: cracknuts-panel
Version: 0.0.14
Summary: Noteboot(like jupyter) widget for cracknuts.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: anywidget~=0.9.13
Requires-Dist: cracknuts~=0.0.18
Requires-Dist: traitlets~=5.14.3
Requires-Dist: jupyter~=1.1.1

<p align="center">
  <img src="https://github.com/cracknuts-team/cracknuts-panel/blob/main/docs/static/logo-panel.svg" alt=""/>
</p>
<p align="center">
    <a href="https://pypi.org/project/cracknuts-panel/"><img src="https://img.shields.io/pypi/v/cracknuts-panel.svg?color=%2334D058&label=pypi"  alt=""/></a>
    <a href="https://github.com/cracknuts-team/cracknuts-panel/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/cracknuts.svg"  alt=""/></a>
    <a href="https://github.com/cracknuts-team/cracknuts-panel/releases"><img alt="" src="https://img.shields.io/github/release/cracknuts-team/cracknuts-panel.svg"></a>
</p>

`Jupyter` widget for `cracknuts`.

## Installation

```shell
pip install cracknuts-panel
```

And then execute the following script. A successful output of the version number indicates a successful installation.

```python
import cracknuts_panel as cp
cp.version()
```
