Page 123 - Beginning Programming with Pyth - John Paul Mueller
P. 123
%reload_ext
%source
%timeit
%%timeit
%unalias
%unload_ext
%%writefile
No Reloads a previously installed extension.
No Displays the source code for the object (assuming the source is available).
No Calculates the best performance time for an instruction.
No Calculates the best time performance for all the instructions in a cell, apart from the one placed on the same cell line as the cell magic (which could therefore be
an initialization instruction).
No Removes a previously created alias from the list.
No Unloads the specified extension.
No Writes the contents of a cell to the specified file.
Viewing the Running Processes
The main Notebook page, where you choose which notebooks to open, actually has three tabs. You normally interact with the Files tab. The Clusters tab is no longer used, so you don't need to worry about it. However, the Running tab, shown in Figure 5-8, does contain some useful information in the form of terminals and open notebooks.