Skip to content

kts/IPostScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPostScript

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages