Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jans-code/jansevakernel
- Owner: jans-code
- License: mit
- Created: 2023-02-13T22:09:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:24:16.000Z (10 months ago)
- Last Synced: 2024-08-09T20:28:35.458Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`