Skip to content
Snippets Groups Projects

Resolve "Add features to interactive console session"

Merged Ivan Kondov requested to merge 372-add-features-to-interactive-console-session into master
Files
13
+ 1
1
@@ -170,4 +170,4 @@ The bulk processing feature is available only in [workflow evaluation mode](tool
## Interactive sessions
In interactive sessions (Jupyter notebook or `texts session`) the magic `%vary` prints the current varied parameters, together with their pertinent model UUIDs in table format. The magic `%uuid` displays the currently active model UUID and in parentheses `()` the UUIDs of all models in the processed group. The active model can be selected by specifying the model UUID after the `%uuid` keyword.
In interactive sessions (Jupyter notebook or `texts session`) the `%vary` [magic command](tools.md#specific-features) prints the current varied parameters, together with their pertinent model UUIDs in table format. The magic `%uuid` displays the currently active model UUID and in parentheses `()` the UUIDs of all models in the processed group. The active model can be selected by specifying the model UUID after the `%uuid` keyword.
Loading