XNAT plugin for integrating with JupyterHub.
See the XNAT JupyterHub Plugin Wiki for the latest documentation on this plugin.
To build the JAR, run the following command from the root of the project:
./gradlew clean jar
The JAR will be built in the build/libs
directory.
To run the tests, run the following command from the root of the project:
./gradlew clean test