@deephaven/js-plugin-matplotlib 0.1.0 → 0.2.0

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 CHANGED
@@ -1,3 +1,12 @@
1
1
  # Deephaven matplotlib JS plugin
2
2
 
3
- Still in alpha.
3
+ Display matplotlib plots in the Web UI. Requires [deephaven-plugin-matplotlib](https://pypi.org/project/deephaven-plugin-matplotlib/) to be installed on the server.
4
+
5
+ ## Development
6
+
7
+ ```
8
+ npm install
9
+ npm run build
10
+ ```
11
+
12
+ Your output will be in `dist/index.js`