Generate report-like documents from Jupyter notebooks
Project description
# Reportify
## Installation
Assuming you have pip installed, you can run
`bash pip install reportify --user `
Omit –user if you are running in a Python virtual environment, but otherwise keep it: don’t use sudo, it’s dangerous because it modifies the Python environment that your operating system may rely on.
If you aren’t running in a Python virtual environment, you may need to add ~/.local/bin to your PATH environment variable. This can be done by editing your shell initialization script, usually ~/.bashrc. (The tilde character ‘~’ will expand to the path to your home directory). Add the following line to the end of that file:
`bash export PATH=~/.local/bin:$PATH `
Now check that the reportify script is available by trying reportify –help. If you see usage information, everything went fine. If you get something like ‘command not found’, then everything went not fine.
## Usage
To see arguments, run reportify –help.
Inside the repository’s examples directory is an example notebook, example.ipynb, on which you can try reportify:
`bash reportify example.ipynb `
this should output a file, example.html, in the current directory.
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 reportify-1.3.0.tar.gz
.
File metadata
- Download URL: reportify-1.3.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 373123512dfd7dc91e44f745f67ccbd0e69321e930f8218dfa761dcb77905f78 |
|
MD5 | 23d4ae2e09e6328cff841841fefe09bd |
|
BLAKE2b-256 | fe64e0885f64b7e62584eda6a06c6aaa0f96dce2279c24ae5ee579d71d95a45a |
File details
Details for the file reportify-1.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: reportify-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f7ff0efe71e87ab2011c8389e0c19e4cd97dd017035002e5cd04bac1c995dc |
|
MD5 | 860f95ddd21467094ce3b82f66731e43 |
|
BLAKE2b-256 | 0eae1e5fbbba04c8c8192149067c6e47d3a2c52b720d17ac48c8a760337b966b |