0Hughman0 / jupyter_cassini

Jupyter extension for interfacing with Cassini
https://0hughman0.github.io/Cassini/latest/
GNU General Public License v3.0
1 stars 0 forks source link
hacktoberfest jupyterlab jupyterlab-extension python typescript

jupyter_cassini_server

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.

Contributing

Check out the contribution guide here