Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Than @Leemoonsoo for the explanation I am not able to repro it. The following two lines takes care of it 1. [Note.java#567](https://github.com/apache/zeppelin/pull/1663/files#diff-0f40daff726ba29c9a004b342d422dfeR567) - Clears the runtime info of paragraph , when we `run` the paragraph 2. [paragraph.controller.js#1054](https://github.com/apache/zeppelin/pull/1663/files#diff-52fa6628f0b6793d22ffe1f3e4763635R1054) - When the status of paragraph gets updated when we run a paragraph(`FINISHED`, `ABORTED` etc -> `PENDING`), paragraph update message is sent to UI(which has `runtimeInfos` nullified , from #1), which in turn hides the link. If you have any specific steps, can you please let me know.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---