kts · GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

9 Commits

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

Readme

Activity

Stars

3 stars

Watchers

1 watching

Forks

1 fork

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗