From 75a62b168514142b87b9b1508e61f24cb29f5305 Mon Sep 17 00:00:00 2001 From: hvthong <50081052+huavanthong@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:08:11 +0700 Subject: [PATCH] Integrate robotkernel and jupyter for AIO tool. --- install/python_requirements.txt | 4 +++- install/python_requirements_lx.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/install/python_requirements.txt b/install/python_requirements.txt index e6bf4e7e..040af87d 100644 --- a/install/python_requirements.txt +++ b/install/python_requirements.txt @@ -159,4 +159,6 @@ coverage udsoncan odxtools scikit-learn -regex \ No newline at end of file +regex +notebook +robotkernel \ No newline at end of file diff --git a/install/python_requirements_lx.txt b/install/python_requirements_lx.txt index aba5e90c..ec377545 100644 --- a/install/python_requirements_lx.txt +++ b/install/python_requirements_lx.txt @@ -168,4 +168,6 @@ coverage udsoncan odxtools scikit-learn -regex \ No newline at end of file +regex +notebook +robotkernel \ No newline at end of file