-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Show dot graph in interactive window #20
Comments
Hi @p-glaum, Thanks for the appreciation! I never tried what you are asking myself but will give it a spin once I have an opportunity - will post the findings here. |
Maybe you just need to add a few glue methods to https://github.com/jrfonseca/xdot.py ? |
Thanks for the suggestion @coroa! This feature request is high on our priority list and it will most likely be solved in the beginning of next year. Succinctly, we are aiming to enable PyPSATopo with the following capabilities (this will cover many use-cases):
|
A new version of PyPSATopo (1.0.4) has been released. This release is able to display the result of generating the topographical representation of a PyPSA-based network in Jupyter (@p-glaum, @coroa, feel free to test it and report back if it does not work properly). To illustrate: Concerning PyPSATopo being able to display the result of generating the topographical representation of a PyPSA-based network in a separated graphical console using xdot.py, this requires more thought given that this Python library is rather heavy (i.e. relies on other libraries). In addition, this library seems to not work on macOS. |
cool! Thanks a lot. |
I am using xdot on mac osx. Installed with brew, though. |
Thanks for the clarification @coroa - will look into this as soon as possible! |
Hi @ricnogfer,
thanks a lot for this cool package, it helps a lot for debugging purposes of big PyPSA networks!
I was wondering if it is possible to plot a or even an interactive dot plot inside an interactive window or Jupyter notebook. Because currently, I always export an SVG and open this separately.
The text was updated successfully, but these errors were encountered: