Skip to content
forked from widgetti/ipyvue

Jupyter widgets base for Vue libraries

License

Notifications You must be signed in to change notification settings

CyberQin/ipyvue

 
 

Repository files navigation

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

About

Jupyter widgets base for Vue libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • Python 34.1%
  • Jupyter Notebook 7.0%
  • Shell 0.3%