You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "George Klimov (JIRA)" <ji...@apache.org> on 2018/07/04 09:27:00 UTC

[jira] [Created] (ZEPPELIN-3583) Add function getNoteName() in BaseZeppelinContext

George Klimov created ZEPPELIN-3583:
---------------------------------------

             Summary: Add function getNoteName() in BaseZeppelinContext
                 Key: ZEPPELIN-3583
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3583
             Project: Zeppelin
          Issue Type: Task
          Components: zeppelin-interpreter
    Affects Versions: 0.8.0
            Reporter: George Klimov


Now we could get only current user and note ID.
{code}
note_id = z.getInterpreterContext().getNoteId()
user = z.getInterpreterContext().getAuthenticationInfo().getUser(){code}
It would be nice if we could also get note name.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)