You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ pipx install -e .
24
24
8. run `gepetuto -a lint` to ensure the coding standards are respected in all python scripts in tp directories
25
25
9. add `gepetuto -a test` in your CI, and `gepetuto -a lint` + `gepetuto -a generate` in your pre-commit
26
26
27
+
## Keyboard Customization
28
+
29
+
You can customize your keyboard shortcuts at Help / Edit Keyboard shortcuts. You will see a list of all the possible actions on jupyter notebook. For each of them, you will see the current shortcuts and a add shortcut space where you can type new shortcuts.
30
+
27
31
## CI Example
28
32
29
33
example of CI using all gepetuto actions on tests folder here :
0 commit comments