Special Query Parameters
-
new_kernels
-
Mark all existing kernels as dirty so that they are shutdown the next time the kernel culler runs. A new kernel will be created for the current request and new kernels will be spawned for the global kernel pool.
-
-
new_user_kernels
-
Mark all existing kernels for the current user only as dirty so that they are shutdown the next time the kernel culler runs. A new kernel will be created for the current request.
-
-
nocache
-
Replace the contents of the notebook cache with the contents of the notebook from file. In addition, this operation also implements the operation of the
new_kernelsquery parameter to
-