Integrating the ObservableHQ notebook platform with the Galaxy project.
Go to the main Observable page to get started. This repository contains the associated tool and display application for Galaxy.
Install from the test toolshed.
Enable CORS.
Put display/observable.xml
in $GALAXY_ROOT/display_applications
.
Add
<datatype extension="observablehq" type="galaxy.datatypes.text:Json" mimetype="application/json" subclass="true" display_in_upload="false">
<display file="observable.xml" />
</datatype>
to $GALAXY_ROOT/config/datatypes_conf.xml
.