You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive [Worksheet Systems JSPython editor](https://run.worksheet.systems/code/guest/jspy-playground?file=main.jspy) with an ability to query REST APIs and display results in Object Explorer, a configurable Excel-like data grid or just as a JSON or text.
18
+
Interactive [Worksheet Systems JSPython editor](https://run.worksheet.systems/data-studio/app/guest/jspy-playground?file=main.jspy) with an ability to query REST APIs and display results in Object Explorer, a configurable Excel-like data grid or just as a JSON or text.
19
19
20
20
## Why would you use it?
21
21
You can easily embed `JSPython` into your web app and your end users will benefit from a Python like scripting facility to:
@@ -87,6 +87,11 @@ Run JS Python from your Javascript App or web page.
87
87
```
88
88
Also, you can provide entire JS Object or even a library.
89
89
90
+
## Run JSPython in a NodeJS with JSPython-CLI
91
+
92
+
[JSPython-cli](https://github.com/jspython-dev/jspython-cli) is a command line tool what allows you to run JSPython in NodeJS environment
93
+
94
+
90
95
## License
91
96
A permissive [BSD 3-Clause License](https://github.com/jspython-dev/jspython/blob/master/LICENSE) (c) FalconSoft Ltd.
0 commit comments