Skip to content
Snippets Groups Projects
Select Git revision
  • eeb903df689150b8032c077022c8b0f838f60b80
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

data

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    dgelessus authored
    Jupyter's default interrupt behavior is to send a signal to the kernel
    process, which terminates the process unless the process handles it
    (which Java does not allow). By changing the kernel.json interrupt_mode
    setting to message, Jupyter will instead send a regular message to the
    kernel to request an interrupt, which is handled by the basekernel and
    passed to the kernel implementation.
    
    Our interrupt implementation now interrupts the Java thread of the
    currently running command and sends an interrupt to the current state
    space (which interrupts the underlying probcli). This should be
    sufficient to interrupt all long-running code in probcli and ProB 2.
    a4be7c57
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..