Mathematica SDK Documentation
Welcome to the documentation for the Boon Nano Mathematica package!
Getting Started
Mathematica documentation is located within Mathematica itself. See below for instructions on setting up authentication and loading the package.
Setup
- Download and save the
.BoonLogic.license
file in user home directory (ie Mac: /Users/’username’ or Windows: C:\Users\‘username’). This file can be found in the welcome email for the BoonNano NanoSaas.NOTE: This file is what the SDK’s look for to access the API. If it is placed somewhere other than the home directory, when opening a new nano, the file path will have to be specified.
- Clone this repository
- Open a new Mathematica notebook
- Set the directory to the cloned repo’s location
SetDirectory["repo/location"]
- Load the
UpdateNano
package and update the package files<<UpdateNano` LoadPackage["NanoREST"]
- Load the package
<<NanoREST`
__NOTE:
UpdateNano
and LoadPackage only needs to be run the first time or whenever a new version of the package is available. __
Access Documentation
- Open Mathematica
- In the menu, go to Help -> Wolfram Documentation
- Search NanoREST to get the guide page
or
- Open Mathematica
- Type the function you want more information on
- Highlight the function name
- In the menu, go to Help -> Find Selected Function
NOTE: If the kernel is already running and the Mathematica help documentations have already been accessed, the package’s new documentation will not be loaded. In this case, quit the kernel and open up a NanoREST documentation page first