File size: 755 Bytes
f67f72f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Type: Jupyter Notebook Extension
Name: Exercise
Description: |
  Define a group of cells as an "exercise".
  The first cell is the question,
  while the rest of the group from the answer or solution.
  The solution can be hidden/shown by clicking on a widget added to the
  question cell.
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x, 5.x
Parameters:

- name: add_button
  description: Add a toolbar button to create/remove an exercise
  input_type: checkbox
  default: true

- name: use_hotkey
  description: Add a keyboard shortcut to create/remove an exercise
  input_type: checkbox
  default: true

- name: hotkey
  description: Keyboard shortcut optionally used to create/remove an exercise
  input_type: hotkey
  default: 'Alt-D'