在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dinkelk/PyDyGraphs开源软件地址:https://github.com/dinkelk/PyDyGraphs开源编程语言:Python 100.0%开源软件介绍:PyDyGraphsAn interactive charting library using Dygraphs for the Jupyter Notebook. IntentThe Jupyter Notebook is an excellent tool for interacting with python and displaying data in real time. While tools like matplotlib can generate static plots in the Jupyter Notebook, interactive javascript plots are often more useful for exploring the data. This module can be readily included in an Jupyter Notebook and then used to generate beautiful time series plots with Dygraphs. ScreenshotsHow It WorksThis python module generates javascript that interacts with the Dygraphs library, and passes it to the Jupyter Notebook kernel for execution. Currently the PyDyGraphs module depends on Pandas to generate a JSON representation of the data for plotting. This required dependancy may be removed with future work. Pandas can be installed via pip. ExampleRun the included example:examples/PyDyGraphTester.ipynb, or paste this code into an Jupyter Notebook to generate an interactive timeseries plot:
Installation:Simply clone this repository and include the dygraphs.graph module in your Jupyter Notebooks. Note: PyDyGraphs only supports Python 3. Want to contribute:Please submit a pull request or issue with any questions you might have! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论