diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index 519062850..5f7a2024d 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -29,7 +29,7 @@ define(function(require){ order: "asc", source: { groupName: { - data: [ 'california', 'washington', 'state', 'france', 'china', 'russia', 'rust', 'river' , 'repression'] + data: Object.keys(IPython.notebook.keyboard_manager.actions._actions) } }, callback: {