qviz
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

qviz

Build Status codecov

Qbeast's Jupyterlab widgets

Installation

You can install using pip:

pip install qviz

Or if you use jupyterlab:

pip install .
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyter-materialui  
jupyter labextension install ipysheet
jupyter labextension install .

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

 
jupyter nbextension enable --py [--sys-prefix|--user|--system] qviz

Voila

To use with Voila you must install

jupyter nbextension install voila --sys-prefix --py
jupyter nbextension enable voila --sys-prefix --py

Development

The structure of this repository comes from https://github.com/jupyter-widgets/widget-ts-cookiecutter.

Testing

To run all tests

py.test
npm tests
 
# To run test by hand, install those global dependencies
sudo npm install --global  karma-mocha karma-mocha-reporter karma-typescript karma-typescript-es6-transform typescript acorn karma-script-launcher mocha
pip install pytests nbval
 

Development

``bash

pip install -e . jupyter nbextension install --py --symlink --sys-prefix qviz jupyter nbextension enable --py --sys-prefix qviz jupyter labextension link .

``

Package Sidebar

Install

npm i qviz

Weekly Downloads

1

Version

0.1.0

License

BSD-3-Clause

Unpacked Size

34.6 kB

Total Files

11

Last publish

Collaborators

  • qbeast