Name | elixirlab-server JSON |
Version |
2.16.6
JSON |
| download |
home_page | |
Summary | A set of server components for ElixirLab and ElixirLab like applications. |
upload_time | 2022-12-26 03:32:22 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.7 |
license | Copyright (c) 2015-2017, Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
elixir
jupyter
jupyterlab
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
<img src="https://raw.githubusercontent.com/ElixirNote/elixirserver/main/jupyter_server/static/logo/logo.png" width=120 alt="logo" />
<br />
<small>go from data to knowledge</small>
</div>
# [ElixirLab Server](https://ciusji.gitbook.io/elixirnote/guides/elixirnote-lab-server)
[![codecov](https://codecov.io/gh/jupyterlab/jupyterlab_server/branch/main/graph/badge.svg?token=4fjcFj91Le)](https://codecov.io/gh/jupyterlab/jupyterlab_server)
[![Build Status](https://github.com/jupyterlab/jupyterlab_server/workflows/Tests/badge.svg?branch=master)](https://github.com/jupyterlab/jupyterlab_server/actions?query=branch%3Amaster+workflow%3A%22Tests%22)
[![Documentation Status](https://readthedocs.org/projects/jupyterlab_server/badge/?version=stable)](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.
Raw data
{
"_id": null,
"home_page": "",
"name": "elixirlab-server",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "elixir,jupyter,jupyterlab",
"author": "",
"author_email": "ciusji <bqjimaster@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/72/c4/554d50a0953f127502a3a1585dd6aa52e1e20e04eeaac85adb858a710478/elixirlab_server-2.16.6.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <img src=\"https://raw.githubusercontent.com/ElixirNote/elixirserver/main/jupyter_server/static/logo/logo.png\" width=120 alt=\"logo\" />\n <br />\n <small>go from data to knowledge</small>\n</div>\n\n# [ElixirLab Server](https://ciusji.gitbook.io/elixirnote/guides/elixirnote-lab-server)\n\n[![codecov](https://codecov.io/gh/jupyterlab/jupyterlab_server/branch/main/graph/badge.svg?token=4fjcFj91Le)](https://codecov.io/gh/jupyterlab/jupyterlab_server)\n[![Build Status](https://github.com/jupyterlab/jupyterlab_server/workflows/Tests/badge.svg?branch=master)](https://github.com/jupyterlab/jupyterlab_server/actions?query=branch%3Amaster+workflow%3A%22Tests%22)\n[![Documentation Status](https://readthedocs.org/projects/jupyterlab_server/badge/?version=stable)](http://jupyterlab_server.readthedocs.io/en/stable/)\n\n## Motivation\n\nElixirLab Server sits between ElixirLab and Elixir Server, and provides a\nset of REST API handlers and utilities that are used by ElixirLab. It is a separate project in order to\naccommodate creating JupyterLab-like applications from a more limited scope.\n\n## Install\n\n`pip install elixirlab-server`\n\n## Usage\n\nSee the full documentation for [ElixirNote Lab Server Docs](https://ciusji.gitbook.io/elixirnote/guides/elixirnote-lab-server).\n\n## Extending the Application\n\nSubclass the `LabServerApp` and provide additional traits and handlers as appropriate for your application.\n\n## Contribution\n\nPlease see `CONTRIBUTING.md` for details.\n",
"bugtrack_url": null,
"license": "Copyright (c) 2015-2017, Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "A set of server components for ElixirLab and ElixirLab like applications.",
"version": "2.16.6",
"split_keywords": [
"elixir",
"jupyter",
"jupyterlab"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f4c4c4fbd41f5e6094895f4ed10a72bb",
"sha256": "987eb5b6d20054db6c89bc1279e15e71fef2838381b55f6dfee34e08948cb55a"
},
"downloads": -1,
"filename": "elixirlab_server-2.16.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4c4c4fbd41f5e6094895f4ed10a72bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 44967,
"upload_time": "2022-12-26T03:32:19",
"upload_time_iso_8601": "2022-12-26T03:32:19.792158Z",
"url": "https://files.pythonhosted.org/packages/58/84/c6cdbf69a93f0bd5dae917de69ddc00b5a0bf299d09325f4782bb8ffabe5/elixirlab_server-2.16.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2a65847d7b7d4dbae179818ba6c252f8",
"sha256": "a82711b4ec0fa3ab62cf75ca4f260fa75b82002a7315af5c58ba08a52f703cb5"
},
"downloads": -1,
"filename": "elixirlab_server-2.16.6.tar.gz",
"has_sig": false,
"md5_digest": "2a65847d7b7d4dbae179818ba6c252f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 54715,
"upload_time": "2022-12-26T03:32:22",
"upload_time_iso_8601": "2022-12-26T03:32:22.110838Z",
"url": "https://files.pythonhosted.org/packages/72/c4/554d50a0953f127502a3a1585dd6aa52e1e20e04eeaac85adb858a710478/elixirlab_server-2.16.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-26 03:32:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "elixirlab-server"
}