A directive to include panel's screenshots into a Sphinx document
Project description
sphinx_panel_screenshot
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sphinx_panel_screenshot-0.2.0.tar.gz.
File metadata
- Download URL: sphinx_panel_screenshot-0.2.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4225aff3f2789358a9a3b0ee584cb1cef87a91ca2644d8389f90cd7cc5a1fc6e
|
|
| MD5 |
8f2b50144dfa341f12fa5ebcfc4a541f
|
|
| BLAKE2b-256 |
7f84c9598bcf13c8d8dc57128e67ffd7e074ae6aadc59e451ed1a965c71a944a
|
File details
Details for the file sphinx_panel_screenshot-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sphinx_panel_screenshot-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bfc7bd66f7c45934480f92a6245bc283323321ee34306c64515c0439463f888
|
|
| MD5 |
6c5228aa4c7af83096bd6d3b86d969a6
|
|
| BLAKE2b-256 |
0a41a0919f6275bfa7eef864aa524c81ee57d00c13cf5f62a25f743067296396
|