Skip to content

Transform dataframes interactively in Jupyter notebooks

Notifications You must be signed in to change notification settings

pbugnion/ipydataframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipydataframe

Transform dataframes interactively in Jupyter notebooks

This is not suitable for widespread consumption yet.

Installation

To install use pip:

$ pip install ipydataframe
$ jupyter nbextension enable --py --sys-prefix ipydataframe

For a development installation (requires npm),

$ git clone https://github.com/pbugnion/ipydataframe.git
$ cd ipydataframe
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipydataframe
$ jupyter nbextension enable --py --sys-prefix ipydataframe

About

Transform dataframes interactively in Jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published