Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Quickly and elegantly display common elements in Jupyter
- Host: GitHub
- URL: https://github.com/Luttik/repr-utils
- Owner: Luttik
- Created: 2020-04-10T14:30:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T12:41:58.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T18:44:55.029Z (about 1 month ago)
- Topics: ipython-display, jupyter-notebook, pretty-print, readability
- Language: Jupyter Notebook
- Homepage:
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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-utilsREPR-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
- LatexCurrent objects:
================
- Header
- Table
- ListsRelevant 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/