You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the agent run a python script in the jupyter shell that outputs a really long line
Hint, maybe have a raw file with a single extra wide line and just ask the agent to read the file
In the UI, switch to the Jupyter tab, notice the UI will grow extra wide and potentially go off screen
Switching between the workspace and the Jupyter tab will also somehow make the outer container of the right hand side of the UI grow wider and squeeze the left side conversation box narrower.
I think the fix should be along the lines of adding wrapLongLines={true} to the Syntaxhighlighter in the Jupyter.tsx file.
However, even after adding that, the width of the jupyter container will still grow wider when switching between the workspace tab and the jupyter tab.
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
To repro:
Switching between the workspace and the Jupyter tab will also somehow make the outer container of the right hand side of the UI grow wider and squeeze the left side conversation box narrower.
I think the fix should be along the lines of adding
wrapLongLines={true}
to theSyntaxhighlighter
in theJupyter.tsx
file.However, even after adding that, the width of the jupyter container will still grow wider when switching between the workspace tab and the jupyter tab.
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: