##// END OF EJS Templates
Make the widget comm attribute more straigtforward...
Make the widget comm attribute more straigtforward Instead of automagically instantiating a comm when it is accessed, require a call to open(). This makes the comm attribute much less magical, and hopefully more understandable.

File last commit:

r16255:8357bd54
r17615:748dcd73
Show More
ipython.less
9 lines | 271 B | text/x-less | LessCssLexer
// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// base
@import "../base/less/style.less";
// notebook
@import "../notebook/less/style_noapp.less";