No Description

herj ea8995b3b8 更新README 2 years ago
docs 99a7e6101d Add deployment in air gapped environment doc (#2744) 2 years ago
elyra f6f126db6e Fix processing of node properties for pipeline app commands (#2740) 2 years ago
etc 77b2217f46 Update generic component operator to support python 3.7 (#2727) 2 years ago
packages 726c0c0032 去除多余组件 2 years ago
scripts 2e4e03661b Update Copyright headers with current year (#2390) 2 years ago
tests 51176f45fc Add backend support for Kubernetes secrets environment variables (#2715) 2 years ago
testutils 3283f85323 Update to use JupyterLab 3.3.0rc0 (#2495) 2 years ago
.bumpversion.cfg 4d7462fc86 Prepare for next development iteration 3 years ago
.eslintrc.json b23548557a Add eslint rule for type-safe equality operators (#2475) 2 years ago
.gitattributes 2e4e03661b Update Copyright headers with current year (#2390) 2 years ago
.gitignore 2e4e03661b Update Copyright headers with current year (#2390) 2 years ago
.lintstagedrc 5a8c9ef3af Add front end linter (#296) 4 years ago
.prettierrc 5a8c9ef3af Add front end linter (#296) 4 years ago
LICENSE ea8995b3b8 更新README 2 years ago
MANIFEST.in e7db8ef2eb Add Airflow provider package catalog connector (#2438) 2 years ago
Makefile 77b2217f46 Update generic component operator to support python 3.7 (#2727) 2 years ago
README.md ea8995b3b8 更新README 2 years ago
build_requirements.txt 8589e0605c Develop Elyra against the Jupyterlab source repo (#2709) 2 years ago
conftest.py 6921b2f95a Clean up tests that rely on component cache instances (#2652) 2 years ago
create-release.py 99a7e6101d Add deployment in air gapped environment doc (#2744) 2 years ago
cypress.json b0faa0ff9a Add snapshot testing for pipeline files (#1792) 3 years ago
lerna.json f77e8a3d66 Prepare for next development iteration 2 years ago
lint_requirements.txt 720fb3663e Update linting to use black formatter (#2618) 2 years ago
package.json 5345dc8384 Update node packages to fix security vulnerabilities (#2575) 2 years ago
pyproject.toml 720fb3663e Update linting to use black formatter (#2618) 2 years ago
pytest.ini 2e4e03661b Update Copyright headers with current year (#2390) 2 years ago
setup.cfg 70f3b58fb8 Remove hacking dependency, capture version snapshot prior to CI testing (#2671) 2 years ago
setup.py 1e84eb24da 调整依赖 2 years ago
test_requirements.txt 70f3b58fb8 Remove hacking dependency, capture version snapshot prior to CI testing (#2671) 2 years ago
tsconfig.base.json 8589e0605c Develop Elyra against the Jupyterlab source repo (#2709) 2 years ago
tsconfig.json 992af4539a Fix failing pipeline integration tests (#1621) 3 years ago
yarn.lock a26d5e780d Improve pipeline validation (#2698) 2 years ago

README.md

JupyterLab DAG 插件

该组件为 JupyterLab 提供了一个 DAG 的可视化编辑组件, 能够将 Notebook 或 Python 脚本连接形成工作流, 并基于 Airflow 做定时调度执行. 本项目 fork 自 https://github.com/elyra-ai/elyra, 在官方代码的基础上进行二次开发.

构建方法

make install