A library to generate HTML pages containing all sorts of output
Project description
Datasheet
Datasheet is a Python package that attempts to provide the advantages of a Jupyter Notebook
without the disadvantages. It generates html files that look somewhat similar to
a notebook without the code in it. You can add matplotlib graphs, markdown text, pandas tables
and nifti images with a single line, and get a nice output. For everything else the repr()
function is used. Additionally, some simple layouting is supported.
The documentation, which includes an example of a generated report can be found here
Changelog
- Version 1.2.2
Removes nifti support, as browsers don’t permit loading it anymore without a server, which defeats the purpose
Updates the example
adds jinja2 dependency as this appears to be neccessary now
- Version 1.2.1
Fixes a bug, that caused a crash if an empty string was provided as md
- Version 1.2.0
- Adds a new Feature: Headings (only those that also show up in the
TOC) can now be clicked to hide their contents
- Version 1.1.3
Automatically creates containing folder on instantiation
- Version 1.1.2
Has a new css template for pathfinder
- Version 1.1.1
Fixes a bug in gated cache, that wasn’t caught by a test before (sorry)
- Version 1.1.0
- Changes the default CSS to look way nicer, borrowed from
adds stand alone mode
adds Layout classes.
Removes tuple interpretation by Sheet.__lshift__, use the Layouts instead
- Version 1.0.1
- set matplotlibs rendering back-end to agg before importing pyplot, so that
the library does not depend on tkinter
Version 1.0 - release
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
Hashes for datasheet-1.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9370747de88ee3756ad3425569bb4af0cccc08e97c3c6e07ed9e52a435e3e17 |
|
MD5 | dd0be69aff471c99d17c26c47e3ba2f2 |
|
BLAKE2b-256 | e4c491dc129a28c1f6df026a964d72c5eade8ca3167a1a874179377b0ec832b0 |