Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnoudbuzing/prototypes

miscellaneous wolfram language functions
https://github.com/arnoudbuzing/prototypes

mathematica opensky-api openstreetmap what3words-api wolfram wolfram-language wolfram-mathematica wolframlanguage

Last synced: 14 days ago
JSON representation

miscellaneous wolfram language functions

Awesome Lists containing this project

README

        

# Prototypes

[![Wolfram Language](https://wolfr.am/NyiJ4BVJ)](https://www.wolfram.com/language/)

A wide collection of functions which extend the Wolfram Language.

Install with the following command (replace 0.0.0 with the [latest version digits](https://github.com/arnoudbuzing/prototypes/releases)):

```wolframlanguage
PacletInstall["https://github.com/arnoudbuzing/prototypes/releases/download/v0.0.0/Prototypes-0.0.0.paclet"]
```

Alternatively you can install the latest version with:

```wolframlanguage
Needs["MPM`"]

MPMInstall[
"arnoudbuzing",
"Prototypes",
"AllowPrereleases" -> True
]
```

A prerequisite for this method is the installation of this utility:
https://github.com/kubaPod/MPM

[Documentation](https://github.com/arnoudbuzing/prototypes/wiki)

[![View notebooks](https://wolfr.am/Etv7EZ90)](https://wolfr.am/Hzha9C8J)