mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Autoload ein:notebooklist-new-notebook
This commit is contained in:
parent
ae4ed72938
commit
3a968a9b18
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
(autoload 'ein:notebooklist-open-notebook-global "ein-notebooklist"
|
||||
"Choose notebook from all opened notebook list and open it." t)
|
||||
|
||||
(autoload 'ein:notebooklist-new-notebook "ein-notebooklist"
|
||||
"Ask server to create a new notebook and open it in a new buffer." t)
|
||||
|
||||
(autoload 'ein:connect-to-notebook "ein-connect"
|
||||
"Connect any buffer to notebook and its kernel." t)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue