Skip to main content

A directive to include panel's screenshots into a Sphinx document

Project description

sphinx_panel_screenshot

PyPI version Conda (channel only) Documentation Status

A Sphinx directive for including the screenshot of an holoviz's panel widget in a Sphinx document.

This package is based on matplotlib's plot directive.

Install

pip install sphinx_panel_screenshot

or:

conda install -c davide_sd sphinx_panel_screenshot 

Take a look at the Installation page to understand how to configure the extension to run on readthedocs.org server.

Usage

.. panel-screenshot::

   floatslider = pn.widgets.FloatSlider(start=0, end=2, value=0.5,
   name="Float Slider")
   radiobutton_group = pn.widgets.RadioButtonGroup(
      name='Radio Button Group', options=['Biology', 'Chemistry', 'Physics'],
      button_type='success')
   radiobox_group = radio_group = pn.widgets.RadioBoxGroup(
      name='RadioBoxGroup', options=['Biology', 'Chemistry', 'Physics'], inline=True)
   select = pn.widgets.Select(name='Select',
      options=['Biology', 'Chemistry', 'Physics'])
   checkbutton_group = pn.widgets.CheckButtonGroup(name='Check Button Group',
      value=['Apple', 'Pear'],
      options=['Apple', 'Banana', 'Pear', 'Strawberry'])
   checkbox = pn.widgets.Checkbox(name='Checkbox')
   col = pn.Column(floatslider, radiobutton_group, radiobox_group, select, checkbutton_group, checkbox)
   col

Take a look at the Examples page to visualize the available customization options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_panel_screenshot-0.2.0.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

sphinx_panel_screenshot-0.2.0-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_panel_screenshot-0.2.0.tar.gz.

File metadata

File hashes

Hashes for sphinx_panel_screenshot-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4225aff3f2789358a9a3b0ee584cb1cef87a91ca2644d8389f90cd7cc5a1fc6e
MD5 8f2b50144dfa341f12fa5ebcfc4a541f
BLAKE2b-256 7f84c9598bcf13c8d8dc57128e67ffd7e074ae6aadc59e451ed1a965c71a944a

See more details on using hashes here.

File details

Details for the file sphinx_panel_screenshot-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_panel_screenshot-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3bfc7bd66f7c45934480f92a6245bc283323321ee34306c64515c0439463f888
MD5 6c5228aa4c7af83096bd6d3b86d969a6
BLAKE2b-256 0a41a0919f6275bfa7eef864aa524c81ee57d00c13cf5f62a25f743067296396

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page