https://github.com/elixirnote/elixirlabserver
A set of server components for ElixirLab and ElixirLab like applications
https://github.com/elixirnote/elixirlabserver
Last synced: 4 days ago
JSON representation
A set of server components for ElixirLab and ElixirLab like applications
- Host: GitHub
- URL: https://github.com/elixirnote/elixirlabserver
- Owner: ElixirNote
- License: bsd-3-clause
- Created: 2022-12-20T06:45:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T03:30:56.000Z (over 3 years ago)
- Last Synced: 2025-11-06T11:01:51.805Z (7 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
go from data to knowledge
# [ElixirLab Server](https://ciusji.gitbook.io/elixirnote/guides/elixirnote-lab-server)
[](https://codecov.io/gh/jupyterlab/jupyterlab_server)
[](https://github.com/jupyterlab/jupyterlab_server/actions?query=branch%3Amaster+workflow%3A%22Tests%22)
[](http://jupyterlab_server.readthedocs.io/en/stable/)
## Motivation
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.
## Install
`pip install elixirlab-server`
## Usage
See the full documentation for [ElixirNote Lab Server Docs](https://ciusji.gitbook.io/elixirnote/guides/elixirnote-lab-server).
## Extending the Application
Subclass the `LabServerApp` and provide additional traits and handlers as appropriate for your application.
## Contribution
Please see `CONTRIBUTING.md` for details.