Skip to content

Commit aab5071

Browse files
committed
Update to Jupyterlab 1.0
1 parent 8889d09 commit aab5071

File tree

5 files changed

+1749
-2002
lines changed

5 files changed

+1749
-2002
lines changed

css/sidecar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
.jupyterlab-sidecar {
22
background: var(--jp-layout-color0);
3+
display: flex;
34
}
45

56
.jupyterlab-sidecar .jp-OutputPrompt.jp-OutputArea-prompt {
67
display: none;
78
}
89

10+
.jupyterlab-sidecar > .jp-OutputArea-child {
11+
flex: 1;
12+
}
13+
914
.jp-SideBar.jp-mod-right .p-TabBar-tabCloseIcon {
1015
padding: 4px 0px 4px 4px;
1116
background-size: 16px;

0 commit comments

Comments
 (0)