You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added autoload-packages document meta option key that will automatically load packages specified in the packages key. The default value is true. (#75)
This feature simplifies the use of packages, eliminating the need to call library() in interactive code cells or setup code cells, as the specified packages will be loaded automatically.
Added new output classes to differentiate between STDOUT and STDERR text. (#60, #89)
Error and warning messages will now appear red and regular output will appear black.
Bugfixes
Fix placement of the "WebR Status" indicator when in the revealjs presentation format. (#84)
Documentation
Added a subsection to using two keyboard shortcuts into the interactive code cell demo.
Emphasized the extension must be in the same directory or contained within a Quarto project as the Quarto document being used. (#79, #26)