Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A jupyter tungsten kernel.
https://github.com/jans-code/janstungstenkernel

Last synced: 4 days ago
JSON representation

A jupyter tungsten kernel.

Awesome Lists containing this project

README

        

# janstungstenkernel

![Logo](janstungstenkernel/logo-svg.svg)

A jupyter kernel implementation of [wolfram alpha](https://www.wolframalpha.com) using [tungsten](https://github.com/ASzc/tungsten).

## Dev Installation

- install tungsten (make sure you can run it in shell)
- download/clone this project
- open shell in project folder
- `pip install -e ./`
- then install kernelspec
- `janstungstenkernel`
- or
- `jupyter kernelspec install --user janstungstenkernel`

## Uninstall

- `jupyter kernelspec uninstall janstungstenkernel`
- `pip uninstall janstungstenkernel`