Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jans-code/janstungstenkernel
- Owner: jans-code
- License: mit
- Created: 2023-07-20T14:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T14:06:14.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:09:59.290Z (10 months ago)
- Language: Jupyter Notebook
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`