kennyledet / rodeo

A data centric IDE for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 $ pip install -U rodeo
 $ rodeo .
 
  _______      ___   ______   ________    ___
 |_   __ \   .'   `.|_   _ `.|_   __  | .'   `.
   | |__) | /  .-.  \ | | `. \ | |_ \_|/  .-.  \
   |  __ /  | |   | | | |  | | |  _| _ | |   | |
  _| |  \ \_\  `-'  /_| |_.' /_| |__/ |\  `-'  /
 |____| |___|`.___.'|______.'|________| `.___.'
 
 ''''''''''''''''''''''''''''''''''''''''''''''''''
   URL: http://localhost:5000
   DIRECTORY: /Users/glamp/repos/yhat/big-data/kung-foo
 ''''''''''''''''''''''''''''''''''''''''''''''''''

Rodeo is a data centric IDE for Python. You can think of it as an alternative UI to the notebook for the IPython Kernel. It's heavily inspired by great projects like Sublime Text and Eclipse.

Quickstart

$ pip install rodeo 
$ rodeo .

Important shortcuts

  • Tab is autocomplete
  • ⌘ + enter is send code to terminal
  • ctrl + 1 jumps the cursor to the editor
  • ctrl + 2 jumps the cursor to the console

Features

Execute scripts

Run analysis

Autocomplete

Inspect your data

Plots

Documentation and Help

About

A data centric IDE for Python

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 63.7%Language:CSS 30.3%Language:HTML 4.8%Language:Python 1.2%Language:Shell 0.0%