Jupyterlab extension for interacting with Cassini projects
This project creates a GUI for Cassini that runs inside jupyterlab. This allows the gui to be more performant and gives more flexiblity in terms of what it can do.
See the Cassini repo for some information on the Python-side of things.
In this repo there is a Python package named jupyter_cassini_server
for the server extension and a NPM package named jupyter_cassini
for the frontend extension.
The server serves up information about the contents of a users project. The frontend extension then renders nice widgets to interface with this.
Check out the contribution guide here