Install

Install ionique

The most recent release of the ionique package can be installed using pip_

$ pip install ionique

For interactive dashboards and plotting widgets (Panel, Bokeh), install with the panel extra:

$ pip install ionique[panel]

If you are very new to coding, more detailed instructions, we provide guides on VSCode, Python3 and ionique installment.

Installation from Source

If you want to contribute to ionique you can build ionique from source using the instructions below.

$ git clone https://github.com/wanunulab/ionique.git
$ cd ionique
$ pip install -e .

To include the interactive dashboard extras in a development install:

$ pip install -e ".[panel]"