gems-uff / noworkflow

Supporting infrastructure to run scientific experiments without a scientific workflow management system.
http://gems-uff.github.io/noworkflow
MIT License
120 stars 28 forks source link

Conflicts when loading noworkflow Jupyter extension #125

Closed hecking closed 4 years ago

hecking commented 4 years ago

I tried to load the noworkflow extension for Jupyter notebook but there seems to be a conflicting option --content-engine

%load_ext noworkflow import noworkflow.now.ipython as nip

`--------------------------------------------------------------------------- ArgumentError Traceback (most recent call last)

in ----> 1 get_ipython().run_line_magic('load_ext', 'noworkflow') 2 import noworkflow.now.ipython as nip` ... `ArgumentError: argument --content-engine: conflicting option string: --content-engine` Are there any ideas what went wrong?
JoaoFelipe commented 4 years ago

Thanks for reporting the bug! It should work now.