reconstrue / single_cell

Single cell analysis tools built to run on Jupyter, especially Colab
http://reconstrue.com
Apache License 2.0
1 stars 0 forks source link

Datashader interactivity #61

Open JohnTigue opened 4 years ago

JohnTigue commented 4 years ago

WIP deploy on Colab: datashader_on_colab.ipynb

A goal of this project is to handle large datasets. This mean 2D, 3D, 4D embedding of millions of cells. Datashader is a good idea for that.

Another goal is to be highly interactive.

(Perhaps even without a running kernel? If served via HTTP, Colab will cache images (~20 MB?). But unless all "tiles" pre-rendered, coverage will be spotty.)

JohnTigue commented 4 years ago

Here's blois, a Google support person saying:

When navigating to the running server it is currently failing because it's attempting to connect with a websocket.

Comment links to code

JohnTigue commented 4 years ago

Bokeh docs

JohnTigue commented 4 years ago

Plotly

Perhaps Plotly is better than Bokeh in that a server is not required?

Plotly: DataShader Case Study in Python/v3

JohnTigue commented 4 years ago

Critical is to call once:

output_notebook()