GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/2932
[ZEPPELIN-3415] Fix export notebook functionality
### What is this PR for?
Export functionality for both notebook and download data as CSV stopped
working for Chrome.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-3415](https://issues.apache.org/jira/browse/ZEPPELIN-3415)
### How should this be tested?
* Try exporting notebook and/or download data as CSV for any table.
### Screenshots (if appropriate)
Before:

After:

### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3415
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2932.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2932
----
commit fae64e09d72e0cb9235710dc8699d1028ce493af
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-04-18T14:47:22Z
ZEPPELIN-3415: Fix export notebook functionality
Change-Id: I1799dc407ff6f3f3452d9e97a878f6a23ee993be
----
---