mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Remove poetry dependency in Jupyter Plugin (#9789)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user