Adding Python Interpreter

2018-01-18 Thread CHALLA
Hi, I have downloaded only zeppelin with spark and I wnated to add python. I follwed the document andwheni enter below command install-interpreter.sh --name python, I got git bash pop up and pop up got closed. Nothing is happening. Kindly let me know how to install in windows. Thanks, nagarju

Spell returning TABLE data as a promise

2018-01-18 Thread Nick Moeckel
Hello, I'm trying to write a spell that gets data from an external service, formats it into TABLE format, and returns from the spell's interpret function like so: return new SpellResult(getDataCallback, DefaultDisplayType.TABLE) where getDataCallback is a promise. When I do this the result co