Metadata-Version: 2.1
Name: jansevakernel
Version: 1.0.0
Summary: A jupyter eva kernel.
Author-email: Jan Arman Parpin <is@hidden.com>
Project-URL: Homepage, https://github.com/jans-code/jansevakernel
Project-URL: Bug Tracker, https://github.com/jans-code/jansevakernel/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipykernel
Requires-Dist: pexpect

# jansevakernel

![Logo](https://raw.githubusercontent.com/jans-code/jansevakernel/main/jansevakernel/logo-svg.svg)

A jupyter kernel implementation of [eva](https://github.com/nerdypepper/eva).

## Installation

- install eva (i.e. from the Arch community repository)
- get the kernel module via pip
- `pip install jansevakernel`
- then install kernelspec
- `jansevakernel`

## Dev Installation

- download/clone this project
- open shell in project folder
- `pip install -e ./`
- `jupyter kernelspec install --user jansevakernel`

## Uninstall

- `jupyter kernelspec uninstall jansevakernel`
- `pip uninstall jansevakernel`
