NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

converted first steps and poetry tutorial to notebook #66

Closed benvanwerkhoven closed 6 years ago

benvanwerkhoven commented 6 years ago

Tests fail because of new dependency graphviz. @jhidding, how would you like that to be fixed? I can add another 'extra' to setup.py, for example 'tutorial', or just add graphviz to 'test' or something.

jhidding commented 6 years ago

let's just add it to the dependencies for now, we can make it optional later

benvanwerkhoven commented 6 years ago

looks like it's good to go!