widgetti / ipyvue

Jupyter widgets base for Vue libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Version Conda Version black badge

ipyvue

Jupyter widgets base for Vue libraries

Installation

To install use pip:

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

For a development installation (requires npm),

$ git clone https://github.com/mariobuikhuizen/ipyvue.git
$ cd ipyvue
$ pip install -e ".[dev]"
$ jupyter nbextension install --py --symlink --sys-prefix ipyvue
$ jupyter nbextension enable --py --sys-prefix ipyvue
$ jupyter labextension develop . --overwrite

Sponsors

Project ipyvue receives direct funding from the following sources:

MSD

About

Jupyter widgets base for Vue libraries

License:MIT License


Languages

Language:JavaScript 53.0%Language:Python 40.4%Language:Jupyter Notebook 6.3%Language:Shell 0.3%