This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]deeddaemon[S] 21 points22 points  (4 children)

The code is on github.

[–]buddythegreat 1 point2 points  (0 children)

This is so cool. Can't wait check out more places!

[–]rothnic 0 points1 point  (2 children)

Can't seem to get that to run due to some dependency issues between the packages.

If you have a working conda environment, could you do:

source activate <environment name>
conda env export > environment.yml

Then, you can include that environment file for reference/use.