Guy Ziv

Results 5 issues of Guy Ziv

Is it possible to link ee-runner with pixiedust_node https://github.com/ibm-watson-data-lab/pixiedust_node or with IJavascript kernel https://github.com/n-riesco/ijavascript and have a way of running GEE commands interactively via a Jupyter Notebook ? That would...

I git cloned this repo into the shell, built the docker and pushed it to Google Container Registry as a private docker image. I then tried to use either interface...

example request

I tried to run your example script - ``` import ee import foliumgee ee.Initialize() image = ee.Image('srtm90_v4') m = foliumgee.map(image) m.save('srtm.html') ``` and get this - > TypeErrorTraceback (most recent...

When running in Colab (a Jupyer) environment one get an error - `RuntimeError: asyncio.run() cannot be called from a running event loop` I think the problem is the same as...

### Current Behavior When I open example websites such as https://pixijs.com/8.x/examples/graphics/dynamic on my Samsung A34 I get the canvas show a black rectangle w/o anything showing ### Expected Behavior Canvas...