Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 OKKKK I've found the issue, it's tricky. I have added a non-existing dependency to the angular interpreter and I can also see a spinning circle forever. With Web Dev Console, I can see the return JSON result to the call GET /interpreter on the REST API. Below is the JSON result for Angular: ```json ... "status":"DOWNLOADING_DEPENDENCIES", "errorReason":"Could not find artifact one:two:jar:1.1.1 in central (http://repo1.maven.org/maven2/)", ... ``` So the status is wrong, it should be "ERROR" instead of "DOWNLOADING_DEPENDENCIES". Let me debug the server code
--- 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. ---