jans-code / jansevakernel

A Jupyter kernel for eva.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jansevakernel

Logo

A jupyter kernel implementation of 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

About

A Jupyter kernel for eva.

License:MIT License


Languages

Language:Python 68.5%Language:Jupyter Notebook 31.5%