Metadata-Version: 2.2
Name: mrx_link
Version: 2.5.0.dev4
Summary: A simple AI/ML modeling tool, Link™ ensures a smoother flow and a better experience throughout the model development cycle.
Author-email: makinarocks <mrx.dev@makinarocks.ai>
License: proprietary
Project-URL: Homepage, https://github.com/makinarocks/mrx-link-examples
Project-URL: Documentation, https://github.com/makinarocks/mrx-link-examples
Keywords: Jupyter,JupyterLab,JupyterLab4
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: black<=22.12,>=19.3b0
Requires-Dist: click>=8.0
Requires-Dist: graphviz>=0.19
Requires-Dist: isort>=5.7
Requires-Dist: Jinja2>=3.0
Requires-Dist: jupyter-server<3,>=2.4.0
Requires-Dist: jupyterlab<4.3,>=4.2
Requires-Dist: mrx-link-core<2.6,>=2.5.0.dev4
Requires-Dist: mrx-link-git<2.6,>=2.5.0.dev4
Requires-Dist: mrx-link-magic<2.6,>=2.5.0.dev4
Requires-Dist: protobuf==3.20.1; sys_platform == "darwin" and platform_machine == "arm64"
Requires-Dist: pydantic>=1.8.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: PyYAML>=5.4
Requires-Dist: pyzmq>=17
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: flake8>=3.9; extra == "dev"
Requires-Dist: jupyter-packaging>=0.10; extra == "dev"
Requires-Dist: mypy>=0.910; extra == "dev"
Requires-Dist: packaging>=23.1; extra == "dev"
Requires-Dist: pre-commit>=2.13; extra == "dev"
Requires-Dist: pylint<3.3,>=2.9; extra == "dev"
Requires-Dist: pytest>=6.2; extra == "dev"
Requires-Dist: pytest-cov>=2.12; extra == "dev"
Requires-Dist: pytest-mock>=3.6; extra == "dev"
Requires-Dist: tomli>=2.0.1; python_version < "3.11" and extra == "dev"
Requires-Dist: websockets>=9.1; extra == "dev"

[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/makinarocks/mrx-link-examples/main?labpath=Link_Intro.ipynb)

<div style="text-align:center"><p><img src="https://user-images.githubusercontent.com/18215796/186842421-4af16476-8c68-47e8-a941-c16d6bb1c43b.png" /></p></div>

# Link

> _A simple AI/ML modeling tool developed as an extension of JupyterLab, Link ensures a smoother flow and a better experience throughout the model development cycle._

## Usage Environment

| Supported Platform | Linux (AMD64, ARM64) / macOS (Intel, Apple Silicon) / Windows |
| ------------------ | ------------------------------------------------------------- |
| Python Version     | `3.8`, `3.9`, `3.10`, `3.11`                                  |
| Requirements       | Git                                                           |

## Getting Started

We recommend installing our program in a new virtual environment.

Step 1. Install Link with the following command.

```bash
python3 -m pip install --upgrade mrx-link
```

Step 2. After installation, run JupyterLab.

```bash
python3 -m jupyterlab
```
