1.0.0 • Published 5 years ago

jupyter-vuedragable v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Version Version Conda Version

ipyvuedraggable

Jupyter widget based on Vue.Draggable.

For examples see Examples.ipynb

Installation

To install use pip:

$ pip install ipyvuedraggable

Or conda:

$ conda install -c conda-forge ipyvuedraggable

For a development installation (requires npm),

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