mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-09 12:10:23 +08:00
* update last-execution immediately on queueing the cell * alter extension to use kernel 'execute_reply' instead of 'idle' for increased accuracy * add start/end timings to cell metadata, restore messages on notebook load * use moment library for formatting times * improve messages and formatting
10 lines
157 B
CSS
Executable File
10 lines
157 B
CSS
Executable File
.timing_area {
|
|
padding: 0 5px;
|
|
border: none;
|
|
border-top: 1px solid #CFCFCF;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.timing_area .pull-right {
|
|
margin-top: 5px;
|
|
} |