The Wayback Machine - https://web.archive.org/web/20210531100848/https://github.com/topics/visualization
Skip to content
#

visualization

Here are 9,615 public repositories matching this topic...

ynouri
ynouri commented May 22, 2021

Description

The import vaex statement enforces an opinionated logging configuration. This prevents the client code to set a different logging configuration. For example:

import logging
import vaex

logging.basicConfig(level=logging.INFO, format="%(levelname)s --> %(message)s")
logger = logging.getLogger(__name__)

if __name__ == "__main__":
    logger.info("Logging config

Improve this page

Add a description, image, and links to the visualization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visualization topic, visit your repo's landing page and select "manage topics."

Learn more