##// END OF EJS Templates
tooltip dev note
Matthias BUSSONNIER -
Show More
@@ -54,6 +54,23 b' has been partially rewritten. Completions are now sourced both from object'
54 introspection and analyse of surrounding code, allowing to get a even limited
54 introspection and analyse of surrounding code, allowing to get a even limited
55 completion on code not executed, or even while the kernel is busy.
55 completion on code not executed, or even while the kernel is busy.
56
56
57 Notebook tooltip improvement
58 ----------------------------
59
60 Being able to get non obstructive help is important whether you are a python
61 beginner or a experienced developer learning new python library. This is the
62 reason why the new tooltip that ships with the notebook get some new
63 functionality.
64
65 You can still invoked it after an opening bracket, or after a space following a
66 comma in function argument (yes it forces you to be pep8 compliant), but
67 several tab press in a row will now give different behaviour.
68
69 You can discover this interactively one of the first introduction notebook, to
70 see how to expand the tooltip size to see more of the docstring, prevent it
71 from being dismissed and still see the kwargs list while typing function
72 argument. Or finally sending the displayed help to the pager at the bottom of
73 the screen to have a permanent help.
57
74
58 Other new features
75 Other new features
59 ------------------
76 ------------------
General Comments 0
You need to be logged in to leave comments. Login now