Goto Chapter: Top 1 2 3 4 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

4 Jupyter Utility Functions
 4.1 Functions
 4.2 Additional Utility Functions

4 Jupyter Utility Functions

4.1 Functions

4.1-1 JUPYTER_print
‣ JUPYTER_print( arg )( function )

Jupyter printing

4.1-2 JUPYTER_Complete
‣ JUPYTER_Complete( arg )( function )

This function is called when the user presses Tab in a code cell and produces a list of possible completions. It is passed the current code in the cell, and the curser position inside the code.

4.2 Additional Utility Functions

4.2-1 ISO8601Stamp
‣ ISO8601Stamp( arg )( function )

Current date and time as ISO8601 timestamp. Don't trust this function.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 Ind

generated by GAPDoc2HTML