Skip to content

aparrish/tracery_kernel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Tracery Kernel

By Allison Parrish

This is a very bare-bones custom Jupyter kernel for evaluating Tracery grammars. (I made it because I wanted to write a few Tracery tutorials using my usual workflow of sketching in Jupyter Notebook and then annotating the sketches.) The kernel uses my Python port of Kate Compton's wonderful Tracery language.

Features:

  • Write and evaluate Tracery grammars right in a Jupyter Notebook!
  • No confusing magic or boilerplate code to get in the way of people reading your notebook. (So you can use this to write Tracery tutorials for non-programmers. Or that's the idea, anyway.)
  • Syntax highlighting and error messages!

Installation

To install this kernel:

pip install https://github.com/aparrish/tracery_kernel/archive/master.zip
python -m tracery_kernel.install

Maybe someday I'll put it on PyPI, but this is just a quick hack and I'm not even sure if I'll go on using it, let alone anyone else.

Usage

After installation, the New menu in the notebook should show an option for Tracery. Put a Tracery grammar in a code cell and execute! An example notebook in this repository shows how it works.

Note that every code cell is independent; rules in one cell don't affect rules in another.

License

Copyright (c) 2018 Allison Parish

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A barebones custom Jupyter kernel for Tracery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published