Skip to content

Latest commit

 

History

History

Terminal

AngouriMath Terminal

This is desktop-targeted convenient CLI for AngouriMath. The idea is to provide convenient easy-to-use and lightweight terminal to run some basic calculations in it.

The interface language is F#. If you're not familiar with it, check out a Jupyter notebook, an interactive graphical notebook to working with AngouriMath.

gif

Installation

For your desktop

Refer for instructions here

As a .NET tool

It is available on NuGet, install it via

dotnet tool install --global AngouriMath.Terminal --version versionyoulike

To uninstall it, run

dotnet tool uninstall --global AngouriMath.Terminal