tensorwatch icon indicating copy to clipboard operation
tensorwatch copied to clipboard

Can this tool support pycharm?

Open wikiwen opened this issue 6 years ago • 2 comments

I find this tool very useful. But it seems like that it only can be used in jupyter notebook. Can this tool will support other environment like pycharm later?

wikiwen avatar Jul 27 '19 13:07 wikiwen

PyCharm is IDE so you should be able to use tensorwatch in your projects you are developing in PyCharm. However, if you want to use this in your custom GUI then you will need to do some additional work.

sytelus avatar Jul 28 '19 22:07 sytelus

I cannot find documentation about whether PyCharm has more support for IPython (particularly IPython.dispay, for widgets) than their support for Jupyter Notebooks, but the below might bridge the gap @wikiwen: https://www.jetbrains.com/help/pycharm/running-jupyter-notebook-cells.html

lokitoth avatar Nov 08 '19 18:11 lokitoth