jupyXplorer: notebooks generator from data
Project description
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 will be ready in directory “.output” of 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
Built Distribution
File details
Details for the file jupyXplorer-0.0.4.tar.gz
.
File metadata
- Download URL: jupyXplorer-0.0.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39fe6ee650b710dd91758837d6ba0e9cd4b985b192111c154b7500f4c7e03519 |
|
MD5 | d53e97d649cdbe472920e3601e34b2b8 |
|
BLAKE2b-256 | d6def8ee2a53aa6436772712d303cc7e938463dcc4403d1e5d5f88febf7d31d3 |
File details
Details for the file jupyXplorer-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: jupyXplorer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2676d7b3ecea27d8956af375ebb72f1c6c174dbde87008371dd8938b0875f3f |
|
MD5 | c731ece0c469f9ef72ad662c67696341 |
|
BLAKE2b-256 | 31b5f9224c918d8d9488c3f323dbb39cce240250fee0ccaed83819916f9278fe |