Josh Goldsborough created ZEPPELIN-3437:
---
Summary: Add support for a SparkJulia Interpreter
Key: ZEPPELIN-3437
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3437
Project: Zeppelin
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/2950
@zjffdu Thanks. I've fixed tests for adopting changes. I'll merge it after
CI finishes.
---
This workaround works, thanks for sharing it!
I prefer this one than editing the configuration each time.
I'll wait un til 0.8.0 is out, and if the documented %deps method still fails
with the real package, I'll file a bug.
From: Satoshi Iijima
Sent: Saturday
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2951
Thanks @felixcheung Unit test is added
---
GitHub user sanjaydasgupta opened a pull request:
https://github.com/apache/zeppelin/pull/2953
[Zeppelin 3388] Refactor documentation for ZeppelinContext
### What is this PR for?
This PR is a refactoring of the `ZepplinContext` documentation.
The description of `ZepplinC
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2953
Thanks @sanjaydasgupta LGTM
will merge it to branch-0.8 and master
---
The zeppelin version is 0.9.0 Snapshot
Regards
Naveen
-Original Message-
From: Jeff Zhang [mailto:zjf...@gmail.com]
Sent: Sunday, April 29, 2018 8:00 AM
To: dev@zeppelin.apache.org
Subject: Re: pspark interpreter not working for matplot library
Which version of zeppelin do you use ?
Github user jongyoul commented on the issue:
https://github.com/apache/zeppelin/pull/2950
@zjffdu I've changed not to unwrap `InterpreterException` as I've found
some problems when I run an unavailable script at the first time. I need to
check it finally and will tell you the results