From 4ccab72c0d8e2890e9ed27d8e4b5e1bff3da547e Mon Sep 17 00:00:00 2001 From: Kyle Harrington Date: Thu, 6 Jul 2023 13:01:51 -0400 Subject: [PATCH] Add section in docs about REPL --- doc/Configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Configuration.rst b/doc/Configuration.rst index 263eb9d0..a7a453ba 100644 --- a/doc/Configuration.rst +++ b/doc/Configuration.rst @@ -98,6 +98,15 @@ One common use case for this feature is to increase the maximum heap space avail Specifying 32GB of memory available to ImageJ ecosystem routines in the JVM. +Using the SciJava REPL +-------------------------------- + +You can use the SciJava REPL to interactively run SciJava code. This makes it possible to do things like paste existing SciJava scripts into the REPL. More information on scripting in SciJava can be found `here `_. + +.. figure:: https://media.imagej.net/napari-imagej/scijava_repl.png + + The REPL can be shown/hidden by clicking on the command prompt icon. + .. _Fiji: https://imagej.net/software/fiji/ .. _ImageJ2: https://imagej.net/software/imagej2/