pdenno / nba_gateway

zmq-based solution for interacting with Jupyter kernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nba_gateway - A small library for communicating with a running Jupyter notebook

This small library runs inside the Jupyter kernel process connecting through ZMQ to service requests to get and set the values of variables, and evaluate Python ast2json library calls to parse Python expressions. It is started using a Python magic command in the notebook.

About

zmq-based solution for interacting with Jupyter kernels


Languages

Language:Python 98.9%Language:Shell 0.6%Language:Batchfile 0.5%