##// END OF EJS Templates
Merge pull request #987 from Carreau/notebook-tooltip...
Merge pull request #987 from Carreau/notebook-tooltip Add function call tooltips to html notebook. On open parens, if the user either pauses a bit or hits <tab>, a tooltip appears, with buttons to expand it further (and automatic scroll bars), open the help in the full pager and close.

File last commit:

r4053:b45902e3
r5415:a8ed50a1 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *