Skip to content

Commit f605514

Browse files
committed
jupyter: show introspect frame vertically not horiz
- no need to copy bad design of jupyter classic at this point.
1 parent a08af0a commit f605514

File tree

1 file changed

+1
-1
lines changed
  • src/packages/frontend/frame-editors/jupyter-editor

1 file changed

+1
-1
lines changed

src/packages/frontend/frame-editors/jupyter-editor/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class JupyterEditorActions extends BaseActions<JupyterEditorState> {
372372

373373
// Either show the most recently focused introspect frame, or ceate one.
374374
public async show_introspect(): Promise<void> {
375-
this.show_recently_focused_frame_of_type("introspect", "row", false, 2 / 3);
375+
this.show_recently_focused_frame_of_type("introspect", "col", false, 2 / 3);
376376
}
377377

378378
// Close the most recently focused introspect frame, if there is one.

0 commit comments

Comments
 (0)