Skip to main content

jupyXplorer: notebooks generator from data

Project description

Build Status Version Python versions Coverage

This project aims to generate some util notebooks to get data exploration.

It’s based on nbconvert and simply offer you a easy way to analise a feature value (or set of them) of a dataset.

Installation

In order to install the utility just use pip:

pip install jupyXplorer

We provide you a docker image to get started quickly, take a look at hypnosapos/jupyxplorer at dockerhub and select the best one fit your needs.

Usage

Before notebook generation take a look at our config file example (tests/e2e/sample_config.yaml).

jupyxplorer -c config.yaml -o .output

All notebooks are ready at directory “.output” in the example above.

Once notebooks are generated we can use them in your jupyter to show results of data analysis.

As we said above, you may use a docker container instead:

docker run -it -v </path/my_config.yaml>:/tmp/my_config.yaml </path/output>:/tmp/output hypnosapos/jupyxplorer:latest jupyxplorer -c /tmp/my_config.yaml -o /tmp/output

If you want to use some required files to execute notebooks before generation (-e or –execute argument), provide the value of argument “input-dir” (–input-dir, or the short form -i). Here you have an example:

jupyxplorer -i .input -c config.yaml -o .output -e

The resources under that directory would be particular requirement files for python and local dataset files.

Dev

The development lifecycle is managed by a Makefile and CircleCI, where all steps are executed through docker containers. Type make help to see all available commands.

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

jupyXplorer-0.0.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

jupyXplorer-0.0.3-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

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