Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luttik/repr-utils

Quickly and elegantly display common elements in Jupyter
https://github.com/luttik/repr-utils

ipython-display jupyter-notebook pretty-print readability

Last synced: about 18 hours ago
JSON representation

Quickly and elegantly display common elements in Jupyter

Awesome Lists containing this project

README

        

.. image:: https://github.com/luttik/repr-utils/workflows/CI/badge.svg
:alt: actions batch
:target: https://github.com/Luttik/repr-utils/actions?query=workflow%3ACI+branch%3Amaster
.. image:: https://badge.fury.io/py/repr-utils.svg
:alt: pypi
:target: https://pypi.org/project/repr-utils/

.. image:: https://codecov.io/gh/luttik/repr-utils/branch/master/graph/badge.svg
:alt: codecov
:target: https://codecov.io/gh/luttik/repr-utils

REPR-UTIL
---------
A toolkit to quickly display elements in tools like `jupyter`_ by building upon `ipython rich display`_.

Contains simple objects that will automatically be converted to the right format based on the context.

Installation
============
Run :code:`pip install repr-utils`

Examples
========
Look at `the examples notebook`_

Supports:
=========
- Plain Text
- HTML
- Markdown
- Latex

Current objects:
================
- Header
- Table
- Lists

Relevant links:
===============
- `pypi`_
- `github`_

Contributions are appreciated.

.. _`the examples notebook`: examples.ipynb
.. _`pypi`: https://pypi.org/project/repr-utils/
.. _`github`: https://github.com/Luttik/repr-utils/
.. _`ipython rich display`: https://ipython.readthedocs.io/
.. _`jupyter`: https://jupyter.org/