/
concept-collection
/
jupyterlite-numbl-kernel
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
jupyterlite-numbl-kernel
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
8befa62
Branches
main
jupyterlite-numbl-kernel
/
style
/
index.css
10 lines · 258 B
Copy
Copied
Blame
History
Raw
1
/* Each figure gets a fixed-height box; numbl's FigureView fills its parent
2
and the plot canvas measures the container. */
3
.numbl-figure
{
4
position
: relative;
5
width
:
100%
;
6
max-width
:
680px
;
7
height
:
420px
;
8
margin
:
4px
0
;
9
background
:
#ffffff
;
10
}
↑
↓
move
↵
open
esc
close