-
Notifications
You must be signed in to change notification settings - Fork 74
Jupyter notebooks
WhiteBlackGoose edited this page Feb 15, 2023
·
1 revision
Here we will cover usage of the library for research purposes.
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.
If you did not find what you were looking for, feel free to create an issue raising your problem.