GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/2678
[ZEPPELIN-3063] Notebook loses formatting when importing from 0.6.x
### What is this PR for?
Notebook loses formatting (shows table instead of the graph) when importing
from 0.6.x if the respective paragraph doesn't have result in it.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-3063](https://issues.apache.org/jira/browse/ZEPPELIN-3063)
### How should this be tested?
* Try importing
[this](https://issues.apache.org/jira/secure/attachment/12898326/oldnotebook-0.6-clear.json)
notebook, and then on running this notebook, the second paragraph should
display BarChart instead of a table.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3063
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2678.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 #2678
----
commit d2805aacad492208af688fb0e391859a58419b6f
Author: prabhjyotsingh <[email protected]>
Date: 2017-11-18T07:13:57Z
ZEPPELIN-3063: Notebook loses formatting when importing from 0.6.x
Change-Id: I8132db6e24cfb499a770b5bed4eb475754f0db78
----
---