diff --git a/example.html b/example.html index fc8b5570..64f6b235 100644 --- a/example.html +++ b/example.html @@ -4,6 +4,29 @@ --- Clicking on the example will open a static version of the example, powered by nbviewer. +To interact with a "live" version, it is possible from there to download the notebook and run it locally: +
Singular.ipynb
) in a directory of your choice
+ (say ~/Documents
);Oscar
package installed
+ (cf. the installation page);
+ in some cases, you migth have to also install explicitly one of its subpackages, for
+ example Singular
(this is accomplished by running
+ using Pkg; Pkg.add("Singular")
) in a Julia REPL;IJulia
if it is not already installed (typically by running
+ using Pkg; Pkg.add("IJulia")
at the Julia REPL, cf.
+ installation instructions),
+ and launch it (typically by running using IJulia; notebook()
);~/Documents
and click on Singular.ipynb
);
+ you might see a pop-up with the message "Kernel not found", in which case
+ just select the Jupyter kernel you installed (e.g. "Julia 1.4.1") in the drop-down menu.
+