Peter Seres96
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Peter Seres96 created a post, AnsweredWebbrowser in PyCharm from codeline
Hi, I am developing a plugin for PyCharm. I use Pyan3 to generate a static graph. Pyan3 gives me an HTML file as a result, which I want to display in PyCharm. I tried with the webbrowser.open(), bu... -
Peter Seres96 created a post, How can I open an html file in PyCharm from code?
I am developing a plugin for PyCharm. I use Pyan3 to generate a static graph. Pyan3 gives me an HTML file as a result, which I want to display in PyCharm. I tried with the webbrowser, but I couldn'...