Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
jupyter kernel for PostScript (ghostscript)
Requirements
You must have ghostscript installed (https://www.ghostscript.com/)
gs must be in your $PATH. (on Windows, gswin64c.exe).
Install
pip install jupyter git clone https://github.com/kts/IPostScript.git cd IPostScript #install package: pip install . #install jupyter kernel: python -m IPostScript.install
Usage
Console usage:
$ jupyter console --kernel postscript
Jupyter console 6.6.3
PostScript kernel...
In [1]: 2 3 mul =
6
In [2]:
Browser notebook:
$ jupyter notebook
# then select "New" > "Notebook: PostScript"
Features
- tab-completion for 371 PostScript/GhostScript keywords (built-in commands)
Links
Based on https://github.com/takluyver/bash_kernel
see also,
About
jupyter kernel for Postscript (ghostscript)
Resources
Stars
3 stars
Watchers
1 watching
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.