{ "info": { "author": "Hadi Rahmat-Khah", "author_email": "rahmatkhah@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# **Notice**\nThis package is based on [Visdom](https://github.com/facebookresearch/visdom). It just has an additional method [Visdom.plotly()](https://github.com/rahmatkhah/visdom/blob/master/py/__init__.py#L1219) that directly supports plot.ly, see the [demo_plotly.py](https://github.com/rahmatkhah/visdom/blob/master/example/demo_plotly.py) example.\n\nRequires Python 3.6 and plot.ly\n\n```bash\n# Install Python server and client\npip install visdom_plotly\n\n```\n\n\n# **Visdom**\n\n\n\nA flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.\n\n* [Overview](#overview)\n* [Concepts](#concepts)\n* [Setup](#setup)\n* [Usage](#usage)\n* [API](#api)\n* [To Do](#to-do)\n* [Contributing](#contributing)\n\n\n## Overview\n\nVisdom aims to facilitate visualization of (remote) data with an emphasis on supporting scientific experimentation.\n\n
![]()



