atom-livy

Atom package for working with Apache Livy Web API

Yuhsak Inoue

879

0

0.0.9

MIT

GitHub

Atom Livy

Atom package for working with Apache Livy Web API

Features

Usage

Installation

$ apm install atom-livy

or type 'atom-livy' in GUI package manager.

Settings

Commands

Statements separation


print("Code devided by '#%%' will be executed separetely.")

#%%
print("You can choose the block by focusing editor cursor.")

#%%
print("Give it a try!")