Skip to content

NrgXnat/xnat-jupyterhub-plugin

Repository files navigation

XNAT JupyterHub Plugin

XNAT plugin for integrating with JupyterHub.

See the XNAT JupyterHub Plugin Wiki for the latest documentation on this plugin.

Building the JAR

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.

Running the tests

To run the tests, run the following command from the root of the project:

./gradlew clean test