plywood-gallery
Gallery like documentation, where code snippets are represented by images.
File Explorer
- pypi-publish.yml
- python-package.yml
- settings.json
- hello.json
- x.ipynb
- code_animation_idea.html
- idea_plywood_notebook.html
- idea_plywood_notebook.ipynb
- make_release.md
- webserver_ideas.ipynb
- template_index.html
- Chapter_1_001_Foo.png
- Chapter_2_002_Bar.png
- Chapter_2_003_HelloWorld.png
- gallery_parameters.json
- gallery_config.yaml
- gallery_notebook.ipynb
- html_build.ipynb
- icon.png
- preview_image.png
- __init__.py
- browser_utils.py
- generate_html.py
- plywood_tools.py
- quickstart.py
- test_ChapterConfig.py
- test_quickstart.py
- .gitignore
- changelog.md
- howto.md
- LICENSE
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
black
View Details ▼
black
Format Python code automatically.
See also: `ruff`.
black {{path/to/file_or_directory}}
Auto-format a file or entire directory:
black {{[-c|--code]}} "{{code}}"
Format the code passed in as a string:
black --check {{path/to/file_or_directory}}
Show whether a file or a directory would have changes made to them if they were to be formatted:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
# Project Badges
-
PyPI version Visit
