Scroll to navigation

BUMPS-WEBVIEW(1) User Commands BUMPS-WEBVIEW(1)

NAME

bumps-webview - a webview interface for Bumps

DESCRIPTION

usage: bumps-webview [-h] [-x] [--external] [-p PORT] [--hub HUB]

[--fit {dream,scipy.leastsq,amoeba,de,lm,newton}]
[--start] [--store STORE] [--read_store READ_STORE] [--write_store WRITE_STORE] [--exit] [--serializer {pickle,dill,dataclass}] [--trace] [--parallel PARALLEL] [--path PATH] [--no_auto_history] [--convergence_heartbeat] [--use_persistent_path] [filename]

positional arguments:

problem file to load, .py or .json (serialized) fitproblem

options:

show this help message and exit
do not automatically load client in browser
listen on all interfaces, including external (local connections only if not set)
port on which to start the server
api address of parent hub (only used when called as subprocess)
fitting engine to use; see manual for details
start fit when problem loaded
set read_store and write_store to same file
read initial session state from file (overrides --store)
output file for session state (overrides --store)
end process when fit complete (fit results lost unless write_store is specified)
strategy for serializing problem, will use value from store if it has already been defined
enable memory tracing (prints after every uncertainty update in dream)
run fit using multiprocessing for parallelism; use --parallel=0 for all cpus
set initial path for save and load dialogs
disable auto-appending problem state to history on load and at fit end
enable convergence heartbeat for jupyter kernel (keeps kernel alive during fit)
save most recently used path to disk for persistence between sessions

SEE ALSO

The full documentation for bumps-webview is maintained as a Texinfo manual. If the info and bumps-webview programs are properly installed at your site, the command

info bumps

should give you access to the complete manual.

February 2025 BUMPS