keplergl / kepler.gl

Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
http://kepler.gl
MIT License
10.11k stars 1.71k forks source link

[Feat] Kepler-Jupyter 0.3.4 with kepler v3 #2565

Closed lixun910 closed 2 months ago

lixun910 commented 2 months ago

Summary:

e.g.

KeplerGl(data={'data_1': df}, config=config, use_arrow=True)

or

map_1.add_data(df, 'data_1', use_arrow=True)`

Task:

Screenshot 2024-04-20 at 10 03 55 PM
netlify[bot] commented 2 months ago

Deploy Preview for keplergl2 ready!

Name Link
Latest commit 2e393e1c40980249cbeb9498a3018bcc416c5800
Latest deploy log https://app.netlify.com/sites/keplergl2/deploys/6626fd98141be5000844d2be
Deploy Preview https://deploy-preview-2565--keplergl2.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lixun910 commented 2 months ago

@ibgreen @heshan0131 Can you help to take a look at this PR? With this PR, we can create a pre-release keplergl python package v0.3.4alpha0, so users can test it out. The use_arrow feature needs to be tested using larger data.