Skip to main content

Walk through your data

Project description

plotar

plotar - Walk Through your Data in Cardboard VR

This is a prototype to get your data into a Google Cardboard and navigate using the computer keyboard.

Disclaimer: This is in Alpha stage, lot of things can go wrong. Data is transmitted in plain-text over you network and possibly further.

Also the API is very instable.

  • Free software: Affero GPL 3

Installation

Prerequisites:

  • Python 3 (we use Python 3.7)

It is recommended to use a virtual environment:

python -m venv venv
source venv/bin/activate

The source statement has to be repeated whenever you open a new terminal.

Then install this version

pip install --upgrade git+https://github.com/thomann/plotar#egg=plotar&subdirectory=plotar-py

If you want to use Jupyter, install it to the virtual environment:

pip install jupyterlab

Development

To install this module in Dev-mode, i.e. change files and reload module:

git clone https://github.com/thomann/plotar
cd plotar/plotar-py

It is recommended to use a virtual environment:

python -m venv venv
source venv/bin/activate

Install the version in edit mode:

pip install -e .

In Jupyter you can have reloaded code when you change the files as in:

%load_ext autoreload
%autoreload 2

Usage

import plotar

# connect to running elastic or else start an Open Source stack on your docker
from sklearn import datasets
iris = datasets.load_iris()

plotar.plotar(iris.data, iris.target)

In Jupyter you can open the controller:

plotar.controller()

Features

  • Pandas based pipeline
  • Support for any extensions - now includes some for Regex, spaCy, VaderSentiment
  • Write results to ElasticSearch
  • Automatic Kibana dashboard generation
  • Have Elastic started in Docker if it is not installed locally or remotely
  • Apache License 2.0

Credits

This package was created with Cookiecutter and the [audreyr/cookiecutter-pypackage]https://github.com/audreyr/cookiecutter-pypackage project template.

======= History

0.1.0 (2019-07-11)

  • First Version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotar-0.8.1.tar.gz (935.0 kB view details)

Uploaded Source

Built Distribution

plotar-0.8.1-py3-none-any.whl (951.2 kB view details)

Uploaded Python 3

File details

Details for the file plotar-0.8.1.tar.gz.

File metadata

  • Download URL: plotar-0.8.1.tar.gz
  • Upload date:
  • Size: 935.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5

File hashes

Hashes for plotar-0.8.1.tar.gz
Algorithm Hash digest
SHA256 c82a7e763fefae79a39b35eb64e5415ce74c759e82974becf75e7ad63f3b9f2e
MD5 25d675fedbf8fd1a71d3edec987f95f0
BLAKE2b-256 95caa45a54598fa4450951bb2d9ef3cd8b31481d99e96ad78173b13d7b510cb8

See more details on using hashes here.

File details

Details for the file plotar-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: plotar-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 951.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5

File hashes

Hashes for plotar-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a04ddba8dfc3436b1bd52f9e1fab3dbdd5d1c9e669114ee06e1ef6988fc8d33c
MD5 745f4f9916deef48cbcb25038a174f41
BLAKE2b-256 8b9535a1646013730305e8f0096d29747f8f640e6413bf3a654f1befd1ffe6bb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page