We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Below is the code that I have written. and the output:
I have added the implicit
val render = vegas.render.ShowHTML(s => print("%html " + s))
Still no success with Zeppelin. I am using Spark 2.2.1 and Vegas 0.3.11
The text was updated successfully, but these errors were encountered:
@infoankitp One of quick workarounds may be setting zeppelin.spark.printREPLOutput = false in the Spark interpreter menu.
zeppelin.spark.printREPLOutput = false
EDIT: executing plot.show in another cell is also working in my environment.
plot.show
Sorry, something went wrong.
@oshikiri Thanks a lot. Both of these worked for me.
👍
Reopened because we still need to take some actions (updating documents or fixing the behavior).
No branches or pull requests
Below is the code that I have written. and the output:
I have added the implicit
val render = vegas.render.ShowHTML(s => print("%html " + s))
Still no success with Zeppelin. I am using Spark 2.2.1 and Vegas 0.3.11
The text was updated successfully, but these errors were encountered: