v4.1.6
Implement graphical output and Shift-TAB
object inspection
ijs
- Improved compatibility with IPython 3.0.0
kernel.js
- Implemented
object_info_request
to show the value of a variable, or, if available, any related documentation
sm.js
- Added global
$$html$$
to output HTML content - Added global
$$svg$$
to output SVG content - Added global
$$png$$
to output PNG content - Added global
$$jpeg$$
to output JPEG content - Added global
$$mime$$
to output other MIME content recognised by the fronted
doc
- Updated documentation
- Added examples of usage: graphical output,
ijs
command arguments,TAB
completion,Shift-TAB
inspection, ...