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)