Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jans-code/janspovraykernel
A jupyter povray kernel.
https://github.com/jans-code/janspovraykernel
Last synced: 4 days ago
JSON representation
A jupyter povray kernel.
- Host: GitHub
- URL: https://github.com/jans-code/janspovraykernel
- Owner: jans-code
- License: mit
- Created: 2023-05-07T13:25:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:27:41.000Z (10 months ago)
- Last Synced: 2024-04-14T03:09:59.161Z (10 months ago)
- Language: Jupyter Notebook
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# janspovraykernel
![Logo](janspovraykernel/logo-svg.svg)
A jupyter kernel implementation of [povray](https://www.povray.org).
## Dev Installation
- install povray
- download/clone this project
- open shell in project folder
- `pip install -e ./`
- then install kernelspec
- `janspovraykernel`
- or
- `jupyter kernelspec install --user janspovraykernel`## Uninstall
- `jupyter kernelspec uninstall janspovraykernel`
- `pip uninstall janspovraykernel`