File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 893893 harbor (#1495 ).
894894- Added ` interactive.persistent ` (as well as ` interactive.save ` and
895895 ` interactive.load ` ) to make interactive variables persistent (#1495 ).
896- - Added ` server.habor ` (#1502 ).
896+ - Added ` server.harbor ` (#1502 ).
897897- Added ` metronome ` .
898898- Added ` playlist.files ` .
899899- Added ` getter.is_constant ` .
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ def interactive.persistent(fname) =
442442 interactive.persistency := {interactive.save(fname)}
443443end
444444
445- # Expose interactive variables through habor http server. Once this is called,
445+ # Expose interactive variables through harbor http server. Once this is called,
446446# with default parameters, you can browse <http://localhost:8000/interactive> to
447447# change the value of interactive variables using sliders.
448448# @category Interaction
You can’t perform that action at this time.
0 commit comments