numbl 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cli/cli.js +2711 -3250
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,10 @@ Commands:
|
|
|
53
53
|
mip <subcommand> Package manager (install, uninstall, list, avail, info)
|
|
54
54
|
(no command) Start interactive REPL
|
|
55
55
|
|
|
56
|
+
Global options:
|
|
57
|
+
--version, -V Print version and exit
|
|
58
|
+
--help, -h Print this help message
|
|
59
|
+
|
|
56
60
|
Options (for REPL):
|
|
57
61
|
--plot Enable plot server
|
|
58
62
|
--plot-port <port> Set plot server port (implies --plot)
|
|
@@ -73,6 +77,10 @@ Environment variables:
|
|
|
73
77
|
```
|
|
74
78
|
<!-- END CLI HELP -->
|
|
75
79
|
|
|
80
|
+
## VS Code extension
|
|
81
|
+
|
|
82
|
+
The [Numbl extension for VS Code](https://marketplace.visualstudio.com/items?itemName=jmagland.numbl) lets you run `.m` scripts directly in the editor with inline error diagnostics and a built-in figure viewer.
|
|
83
|
+
|
|
76
84
|
## Upgrading
|
|
77
85
|
|
|
78
86
|
```bash
|