Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jans-code/jansevakernel

A Jupyter kernel for eva.
https://github.com/jans-code/jansevakernel

Last synced: 4 days ago
JSON representation

A Jupyter kernel for eva.

Awesome Lists containing this project

README

        

# 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`