-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-371 : Import a notebook #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5e299c0 to
1978607
Compare
|
could we add test for this? |
|
Sure, I'll write a unit test case for this. |
|
Added test case for the same as well. CI fails in this PR. with following reason |
|
Thanks @prabhjyotsingh for the nice feature. I manually tested and working well for me. |
18ed8c4 to
fff175f
Compare
3c17892 to
980ee28
Compare
|
The build is failing with following error My guess is, in AbstractTestRestApi:116 |
|
I'm in the same CI test error in #341. Let me try to figure out. |
3d8c903 to
09c7280
Compare
|
Please take a look NotebookServerTest. Extending AbstractTestRestApi helped me to make ci build passes in #341. |
64a6cfb to
40805cc
Compare
|
Thanks @Leemoonsoo, have made relevant changes. now it fails for "ZeppelinIT.testAngularDisplay:173->createNewNote:306 » Timeout Timed out after" Trying to debug, will update once finished. |
83c2079 to
38f0811
Compare
7160232 to
b96ef1f
Compare
zeppelin-web/src/index.html
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add license of ng-animation.css in zeppelin-distribution/src/bin_license/LICENSE file?
For example ngToast, https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-distribution/src/bin_license/LICENSE#L95
7e5b968 to
3b8816f
Compare
|
Thanks @Leemoonsoo while importing any external library I'll keep this in mind for next time. Resolved build failure, ready for review. |
|
Working nicely, Looks good to me. |
|
Merge if there're no more discussions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have uniform naming? All the other operations are called XYZ_NOTE. Let's follow that here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure @mindprince, that make sense, did that. Thanks.
|
@prabhjyotsingh thank you, great feature. It comes very handy with services like github or https://www.zeppelinhub.com/viewer |
Update documentation for separate interpreter process apache#364
Import a notebook by either an external URL or uploading a valid JSON.