##// END OF EJS Templates
set default value from signature defaults in interact...
set default value from signature defaults in interact If available, use the default value from the signature for the initial condition, when using range/choice abbreviations. Not affected: - single-value abbreviations (`@interact(a=5)` sets `a=5`) - explicit Widgets

File last commit:

r11033:fa36e98f
r15348:856bcf11
Show More
custom.css
6 lines | 144 B | text/css | CssLexer
MinRK
add empty custom.js/css...
r7925 /*
Placeholder for custom user CSS
Brian E. Granger
Removing one level uf subdirs in static/custom.
r10739 mainly to be overridden in profile/static/custom/custom.css
MinRK
add empty custom.js/css...
r7925
This will always be an empty file in IPython
*/