Installation

Using latest github master source

Clone latest version from github

$ git clone https://github.com/JohnGriffiths/ConWhAt

Now go to the cloned folder and install manually

$ cd ConWhAt
$ python setup.py install

Alternatively, simply add the cloned path to your pythonpath.

Using pypi

(coming soon)

Using with docker

(coming soon)

$ docker build -it ConWhAt <path to ConWhAt folder>
  • Start Jupyter notebook server in the container
$ docker run -it -p 8888:8888 ConWhAt