holoviz-topics / examples

Visualization-focused examples of using HoloViz for specific topics
https://examples.holoviz.org
Creative Commons Attribution 4.0 International
80 stars 24 forks source link

Modernize IEX_Trading #398

Open jtao1 opened 3 weeks ago

jtao1 commented 3 weeks ago

Modernizing an example checklist

Preliminary checks

Change ‘anaconda-project.yml’ to use the latest workable version of packages

Plot API updates (discussed on a per-example basis)

Interactivity API updates (discussed on a per-example basis)

Panel App updates (discussed on a per-example basis)

General code quality updates

Text content

Visual appearance - Example

Visual appearance - Gallery

Workflow (after you have made the changes above)

jtao1 commented 3 weeks ago

Not ready for review yet, just showing initial progress made.

github-actions[bot] commented 1 week ago

Your changes were successfully integrated in the dev site, make sure to review the pages of the projects you touched before merging this PR: https://holoviz-dev.github.io/examples/. You can also download an archive of the site from the workflow summary page which comes in handy when your dev site built was overriden by another PR (we have a single dev site!).

droumis commented 1 week ago

@jtao1 please check for typos

e.g. in the first section of the first notebook:

"datashader via the HoloViewsAPI."

should be:

"Datashader via the HoloViews API."

droumis commented 1 week ago

Please try to replace the use of a Bokeh custom hover tool with HoloViews hover_tooltips

droumis commented 1 week ago

more typos:

"Note: If you display the spikes object at this time, it will probably freeze or crash your browser tb!"

"We will use the responsive=True option to make our rasters fill the scren:"