Github user Madhuka commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/263#issuecomment-136933946
@Leemoonsoo
Yes, #224 also had same feature but in here we some improvements you can
see it UI.
You can used notification service by calling.
```
//passing danger notification for user
ngToast.danger('message')
//passing warning for user
ngToast.warning('message')
//passing some information for user
ngToast.info('message')
//giving success notification for user
ngToast.success('message')
```
---
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.
---