DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Graphviz graph not drawn #58

Closed DrSensor closed 6 years ago

DrSensor commented 7 years ago

Environment data

VS Code version: 1.13.1 Jupyter Extension version: 1.1.3 OS and version: Ubuntu 16.04

Logs

Output from Jupyter output panel

Unknown Mime Type

Output from Console window (Help->Developer Tools menu)

extensionHost.ts:293 [Extension Host] clientExists, on server
extensionHost.ts:293 [Extension Host] Object {id: "1498156720022"}id: "1498156720022"__proto__: Object
2webview.ts:91 [Embedded Page] [object Object]

Actual behavior

When running a program/cell in which I produce graphviz dot it doesn't view correctly, but in jupyter notebook it can be rendered.

Expected behavior

Produce graph as same as jupyter notebook screenshot from 2017-06-23 01-47-57

Steps to reproduce:

DonJayamanne commented 6 years ago

Duplicate of https://github.com/DonJayamanne/vscodeJupyter/issues/47