chilang / intellij-zeppelin

Edit code in IntelliJ, eval/run in Zeppelin notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intellij Zeppelin

Download

Demo

Features

0.3

  • Support for SOCKS proxy (useful when connecting to Zeppelin on AWS). Thanks to Roberto Congiu

0.2

IntelliJ Tools Zeppelin Menu

  • Create new Zeppelin notebook from within IntelliJ. With an opened .scala file, Shift+Option+Command+Enter (Tools -> Zeppelin -> New Zeppelin Notebook)
  • Create and evaluate fragment of code in Zeppelin paragraph Shift+Option+Enter (Tools -> Zeppelin - Add Zeppelin paragraph)
  • Delete a Zeppelin paragraph Tools -> Zeppelin -> Delete Zeppelin paragraph
  • Run current line of code in Zeppelin Shift+Enter (Tools -> Zeppelin -> Run Zeppelin paragraph)
  • Set Zeppelin host & (optionally) username/password IntelliJ Settings -> Languages and Frameworks -> Zeppelin Notebook IntelliJ Settings Zeppelin Notebook

About

Edit code in IntelliJ, eval/run in Zeppelin notebook

License:MIT License


Languages

Language:Scala 78.8%Language:Java 21.2%