pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

Module should have an option to run in Supermodel mode

Open pwoltjer opened this issue 1 year ago • 1 comments

When you run pyLODE as a python module, you should be able to run in supermodel model. As far as I can see, the Supermodel mode currently is available when you run in commandline, but not in module mode.

pwoltjer avatar May 01 '24 14:05 pwoltjer

There is, of course, a simple workaround for this. You can simply use: subprocess.run(['pylode', '-p', 'supermodel', 'ontolgy.ttl', '-o', 'ontology.html']) So no urgency at all here. And thank you for all the great work!

pwoltjer avatar May 04 '24 18:05 pwoltjer