InteractBase

July 9, 2025 ยท View on GitHub

CI codecov.io

This package is a developer target and it includes the implementation of Interact widgets. The user-facing package is Interact See the API reference to see which widgets are implemented.

Testing

  1. Navigate into the project directory with

    cd ~/path/to/InteractBase.jl
    
  2. Download the package dependencies with

    julia --project=. ./deps/build.jl
    
  3. Test the package with

    julia --threads=auto --project=.
    

    and then

    ]test