Awesome Panel Extensions Package - Change Log

This is awesome! Combining the speed of Perspective and the convenience of serving apps with Panel would be a game-changer!
Would love to have this natively supported in Panel, @philippjfr : )

Great work @Marc!!

1 Like

Added Material Select and IntSlider

Feel free to share my tweets if you think they are awesome.


2 Likes

Added Material LinearProgress and CircularProgress

Feel free to share this tweet if you like.

PerspectiveViewer Update

I’ve improved the PerspectiveViewer widget by

  • Making it consistent with panel DataFrame widget by renaming data parameter to value
  • Adding support for streaming and patching data similar to Tabulator Widget.
  • Rewriting to Bokeh Extension
  • fixing some minor bugs

perspective_streaming

Use it via from awesome_panel_extensions.widgets.perspective_viewer import PerspectiveViewer

1 Like

PivotTable.js Added

With the experience and code from the PerspectiveViewer and Tabulator it was pretty easy to add support for PivotTable.js.

It runs well on notebook and server in my experience.

Use it via from awesome_panel_extensions.widgets.tabulator import Tabulator.

The current implementation is very basic. If you need more let me know.

3 Likes

FastButton added

The Fast extensions are based on the fast.design web components web component which are open sourced by Microsoft and probably will power the VS Code and Microsoft Office experience in the future.

image)

Please note that you can only use the Fast widgets inside a custom Panel template that

  • Wraps the content of the <body> html tag inside the <fast-design-system-provider> tag.
  • Loads the Fast javascript module dependencies.

We provide the FastTemplate for easy usage.

You can also develop your own custom Panel template if you need something special. For example combining it with more fast.design web components and the Fluent Design System to create VS Code and Microsoft Office like experiences.

Please also note that the Fast components do not work on legacy browser like Internet Explorer.

Use it via from awesome_panel_extensions.frameworks.fast import FastButton

image

fast-button

1 Like

If you like the FastButton above or feel Panel deserves a little more communication. Feel free to retweet


or upvote

or share

Fast Checkbox Added

fast-checkbox

Use it via from awesome_panel_extensions.frameworks.fast import FastCheckbox

Fast TextInput Added

fast-text-input

Use it via from awesome_panel_extensions.frameworks.fast import FastTextInput or checkout the reference guide on Binder.

FastAnchor Added

Use it via from awesome_panel_extensions.frameworks.fast import FastAnchor

Or checkout the reference guide

fast-anchor

FastTextAreaInput Added

Use it via from awesome_panel_extensions.frameworks.fast import FastTextAreaInput and checkout

fast-text-area

Unfortunately the fast-text-area attributes height and also autofocus, rows, min_length and spellcheck do not seem to work. Please upvote Fast Github Issue 3874 if you would like this solved.

FastLiteralAreaInput Added

Use it via from awesome_panel_extensions.frameworks.fast import FastLiteralAreaInput

FastLiteralAreaInput

FastLiteralInput

Use it via from awesome_panel_extensions.frameworks.fast import FastLiteralInput

Fast LiteralInput

FastSwitch Added

Use it via from awesome_panel_extensions.frameworks.fast import FastSwitch

Fast Switch

Icon Support Added

Use it via from awesome_panel_extensions.models import Icon.

awesome-panel-extensions 20210124.1 released

I’ve upgraded the package requirements for Panel to 0.10.3.

The awesome-panel-extensions package has been upgraded

  • Supports Panel 0.11 and Bokeh 2.3
  • Clean up as lots of widgets and the Fast Templates are now a core part of Panel.

Still lots of goodies in there :slight_smile:

1 Like

Hi @Marc, just want to let you know that Awesome panel seems stopped at the moment.

Error 403 - This web app is stopped.

hope it will recovered soon ^^

1 Like

Thanks @Arifin . I had a billing issue. Hope it will be up within 24 hours.

The site is up again @Arifin :+1:

2 Likes