mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Bug in notebooklist-render
Now correctly detects when a notebook is open and kernel running.
This commit is contained in:
parent
f71676ac88
commit
8836cf6152
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ Notebook list data is passed via the buffer local variable
|
|||
;; ((= 3 api-version)
|
||||
;; (ein:get-actual-path (plist-get note :path))))
|
||||
for type = (plist-get note :type)
|
||||
for opened-notebook-maybe = (ein:notebook-get-opened-notebook urlport name)
|
||||
for opened-notebook-maybe = (ein:notebook-get-opened-notebook urlport path)
|
||||
if (string= type "directory")
|
||||
do (progn (widget-create
|
||||
'link
|
||||
|
|
Loading…
Add table
Reference in a new issue