From f60cb080a8d58a08d910f202cb63ce6ea4ab7127 Mon Sep 17 00:00:00 2001 From: Alexander Liu <56422865+alexanderliu-creator@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:06:05 +0800 Subject: [PATCH] Fix: add ipython dependency for python env in requirements.txt fix: fix the wrong execution of Sandbox Fusion in jupyter mode --- runtime/python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/python/requirements.txt b/runtime/python/requirements.txt index 8c24533d..57cccbed 100644 --- a/runtime/python/requirements.txt +++ b/runtime/python/requirements.txt @@ -99,4 +99,5 @@ astor==0.8.1 jupyter==1.0.0 jupyter_client==8.6.2 seaborn==0.13.2 -tabulate==0.9.0 \ No newline at end of file +tabulate==0.9.0 +ipython==8.18.1