Plotting¶
# TODO: plot sth using command `pfplt`Configuration¶
# list current configs
pfplt config --list
# for more config options, run:
pfplt config --help Open Configuration Files¶
For convenience, you can open the config files directly from your CLI.
# open the config file with VS Code/Cursor AI
pfplt open --config-fileStart/Build Docs¶
need to have
mystmdinstalled to start/build docs locally:npm install -g mystmd
# open the docs in browser
pfplt doc
# --execute: execute the jupyter notebooks
pfplt doc --start [--execute]
pfplt doc --build [--execute]Open Terminal UI¶
pfplt tui