mikecroucher / jupyter-interactions

A repository of jupyter interactions
3 stars 9 forks source link

Use list instead of comma separated value? #28

Closed rgaiacs closed 7 years ago

rgaiacs commented 7 years ago

We use lists for references and we could use lists instead of comma separated value for keywords and requirements/dependencies.

christianp commented 7 years ago

I approve of this.

mikecroucher commented 7 years ago

Sure. Can you demonstrate by modifying one of the contributed notebooks?

rgaiacs commented 7 years ago

Sure.

rgaiacs commented 7 years ago

Cover by #30.

mikecroucher commented 7 years ago

The current website implementation includes the * in the list of keywords. Hence, we have keywords like * curve instead of curve

rgaiacs commented 7 years ago

The current website implementation includes the in the list of keywords. Hence, we have keywords like curve instead of curve

Proof that my regex skills aren't very good. :-( Or https://xkcd.com/1171/ is true.

rgaiacs commented 7 years ago

Implemented.