SkillAgentSearch skills...

Pyviz.org

Source for the PyViz.org website.

Install / Use

/learn @pyviz/Pyviz.org
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="doc/_static/logo.png" width=150><br>

Python tools for data visualization

| | | | --- | --- | | Build Status | Build Status | | Website | gh-pages site |

Source material to build pyviz.org. This site is owned by NumFocus and is currently managed by Anaconda, Inc. for the community, but is open to everyone involved in Python data visualization; see #2.

Building pyviz.org

Whenever a PR is merged, or a commit is pushed to master, a Github Actions job is triggered that builds pyviz.org.

Building dev site

To build the dev site, just push a commit containing the string: website_dev. This will start a job on Github Actions that when complete will deploy to the dev site.

NOTE: This will work on any branch, so it is recommended that you use it to test builds on PRs, just try not to trample on other people's toes.

Building website locally

Install anaconda-project:

conda install anaconda-project

Build the cached badges:

anaconda-project build_cache

Build the website:

anaconda-project build_website

View the website locally:

python -m http.server 8000

Adding a tool to the "All Tools" page

See the README in the tools directory for instructions on adding a tool to the "All Tools" page.

View on GitHub
GitHub Stars181
CategoryDevelopment
Updated3d ago
Forks57

Languages

Python

Security Score

80/100

Audited on Mar 28, 2026

No findings