Documentation for MEGAnno concepts
MEGAnno-client github repository for installation instructions
You can use either SSH
or HTTPS
to install this python package
- Run
pip install git+ssh://[email protected]/megagonlabs/meganno-ui.git
- Run
pip install git+https://github.com/megagonlabs/meganno-ui.git
- You may need to use personal access token instead of password
- To update the package: add
--upgrade
flag - To install a specific version: add
@vx.x.x
tag after the github URL
# To use library modules
from meganno_ui import ...
- Clone and create your own branch
- Under root folder
- Run
pip install -e .
- Run
- Under /js folder
- Run
npm install
- Run
npm run watch
: this automatically rebundles JS components for you; then restart the notebook to test
- Run
- Submit pull-request to
stage
branchstage
branch is a development branch.main
branch is a production branch.
P.S. Periodically delete JS files created by meganno-ui under /Users/[username]/Library/Application Support/idom-jupyter/
(run whoami
to get username from the terminal [macOS])
This software may include, incorporate, or access open source software (OSS) components, datasets and other third party components, including those identified below. The license terms respectively governing the datasets and third-party components continue to govern those portions, and you agree to those license terms may limit any distribution. You may use any OSS components under the terms of their respective licenses, which may include BSD 3, Apache 2.0, or other licenses. In the event of conflicts between Megagon Labs, Inc. (“Megagon”) license conditions and the OSS license conditions, the applicable OSS conditions governing the corresponding OSS components shall prevail. You agree not to, and are not permitted to, distribute actual datasets used with the OSS components listed below. You agree and are limited to distribute only links to datasets from known sources by listing them in the datasets overview table below. You agree that any right to modify datasets originating from parties other than Megagon are governed by the respective third party’s license conditions. You agree that Megagon grants no license as to any of its intellectual property and patent rights. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS (INCLUDING MEGAGON) “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. You agree to cease using and distributing any part of the provided materials if you do not agree with the terms or the lack of any warranty herein. While Megagon makes commercially reasonable efforts to ensure that citations in this document are complete and accurate, errors may occur. If you see any error or omission, please help us improve this document by sending information to [email protected].
All open source software components used within the product are listed below (including their copyright holders and the license information). For OSS components having different portions released under different licenses, please refer to the included Upstream link(s) specified for each of the respective OSS components for identifications of code files released under the identified licenses.
ID | OSS Component Name | Modified | Copyright Holder | Upstream Link | License |
---|---|---|---|---|---|
01 | idom | No | Ryan S. Morshead | link | MIT License |
02 | idom_jupyter | No | Ryan S. Morshead | link | MIT License |
03 | ipykernel | No | IPython Development Team | link | BSD 3-Clause License |
04 | pydash | No | Derrick Gilland | link | MIT License |
05 | requests | No | link | Apache License Version 2.0 | |
06 | varname | No | pwwang | link | MIT License |