https://github.com/jans-code/janspovraykernel
A jupyter povray kernel.
https://github.com/jans-code/janspovraykernel
Last synced: 4 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:27:41.000Z (over 1 year ago)
- Last Synced: 2025-02-02T20:57:54.171Z (5 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

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`