-
Ideas:
* Dynamic region-based processing via "draw tool"
-
I'm trying to run the `experiment-1-typical.ipynb` on a knative cluster, and I always get the following exception from a function:
```
[INFO] __main__: PyWren v1.7.2 - Starting Knative execution
…
-
-
something I noticed that should be done inside PyWren and also according to Lachlan's suggestion: https://github.com/metaspace2020/pywren-annotation-pipeline/pull/29
correct me if I'm wrong but cur…
-
when I try to run `map_reduce()` operation with `chunk_size` bigger than the size of the file which I'm working on, an exception throws:
(for example - run `map_reduce()` with `chunk_size=4MB` on a f…
-
Add this code to any Polymer element (and add iron-icons and paper-icon-button links):
```
attached() {
var el = document.createElement('paper-icon-button');
el.icon = 'cloud';
Polymer.…