Remove poetry dependency in Jupyter Plugin (#9789)

This commit is contained in:
Boxuan Li
2025-07-18 11:54:53 -07:00
committed by GitHub
parent b96301061d
commit ee14f1ea41
4 changed files with 122 additions and 41 deletions

View File

@@ -635,7 +635,8 @@ def _create_server(
server_port=execution_server_port,
plugins=plugins,
app_config=config,
python_prefix=['poetry', 'run'],
python_prefix=[],
python_executable=sys.executable,
override_user_id=user_id,
override_username=username,
)