mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-07-30 12:10:38 +08:00
This extension displays below the input box when the last execution of a cell occurred and how long it took.
7 lines
128 B
CSS
Executable File
7 lines
128 B
CSS
Executable File
.timing_area {
|
|
border-radius: 0 0 4px 4px;
|
|
padding: 0 5px 0 5px;
|
|
border: 1px solid #CFCFCF;
|
|
border-top: none;
|
|
}
|