notebookutils.session.stop: Stop an interactive session
Description
Stop an interactive session
Usage
notebookutils.session.stop(detach = TRUE)
Arguments
- detach
If detach is True, stop session from standard session,
or detach current notebook from high concurrency session;
if detach is False, stop session in any session. Default is TRUE.