Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Proof of Concept: communicating with the jupyter kernel from Node.js

License

Notifications You must be signed in to change notification settings

actually-colab/poc-node-jupyter

Repository files navigation

poc-node-jupyter

Proof of Concept to demonstrate communicating with the jupyter kernel in Node.

Install

This assumes installation of the Jupyter kernel as well as the Jupyter Kernel Gateway:

pip3 install jupyter_kernel_gateway

Tests

Basic fibonacci test:

yarn fib

Matplotlib inline test:

yarn matplotlib

About

Proof of Concept: communicating with the jupyter kernel from Node.js

Resources

License

Stars

Watchers

Forks