jupyter / atom-notebook

[Deprecated] Jupyter Notebook, but inside Atom.
MIT License
306 stars 48 forks source link

Demo of adding a command to the command palette #3

Closed willwhitney closed 8 years ago

willwhitney commented 9 years ago

This command will be visible in the Atom command palette.

Users can access it by hitting ⌘-⇧-P (or platform equivalent), then starting to type the command name. It will be found using fast fuzzy search and will show up as "Jupyter: New Command".

The user can also bind it to a keyboard shortcut of their choosing using the excellent Atom keybindings menu, which looks like this:

screenshot 2015-08-05 23 04 36
rgbkrk commented 8 years ago

Closing, let's revisit this later since this was for demoing to others.