We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dd2f0 commit a9261d7Copy full SHA for a9261d7
packages/application/src/shell.ts
@@ -174,7 +174,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
174
rootLayout.addWidget(vsplitPanel);
175
176
// initially hiding the down panel
177
- this._downPanel.show();
+ this._downPanel.hide();
178
179
// Connect down panel change listeners
180
this._downPanel.tabBar.tabMoved.connect(this._onTabPanelChanged, this);
0 commit comments