IPlantUML icon indicating copy to clipboard operation
IPlantUML copied to clipboard

Documentation doesn't seem correct

Open slott56 opened this issue 4 years ago • 0 comments

This:

%%plantuml auth

gets an error.

This, on the other hand,

%%plantuml --jar 

@startuml auth
etc.

works, but, the image returned to the notebook by the magic is the temp name, not the given name, resulting in a file-not-found.

Using iplantuml 0.1.1 with jupyterlab 2.2.6 and Python 3.9.5.

slott56 avatar Oct 03 '21 12:10 slott56