ElixirLab Server sits between ElixirLab and Elixir Server, and provides a set of REST API handlers and utilities that are used by ElixirLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.
pip install elixirlab-server
See the full documentation for ElixirNote Lab Server Docs.
Subclass the LabServerApp
and provide additional traits and handlers as appropriate for your application.
Please see CONTRIBUTING.md
for details.