Skip to content

Jupyter notebooks

WhiteBlackGoose edited this page Feb 15, 2023 · 1 revision

Here we will cover usage of the library for research purposes.

Installation

Thanks to dotnet/interactive, AM is now convenient to use in Jupyter notebooks. Provided that you already installed both Jupyter and dotnet/interactive, this is the way you enable Jupyter's features for AM:

#r "nuget:AngouriMath.Interactive, *-*"

It is highly likely that there will be more features specific for Jupyter in AM.

Try online:

Clone this wiki locally