Skip to content

Commit 8fcc32c

Browse files
authored
Changed JSPython playground URL
1 parent e0d178e commit 8fcc32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JSPython
2-
JSPython is a javascript implementation of Python language that runs within web browser or NodeJS environment. It does not transpile/compile your code into JavaScript, instead, it provides an interactive interpreter that reads Python code and carries out their instructions. With JSPython you should be able to safely use or interact any JavaScript libraries or API with a nice Python language.
2+
JSPython is a javascript implementation of Python language that runs in web browser or NodeJS environment. It does not transpile/compile your code into JavaScript, instead, it provides an interactive interpreter that reads Python code and carries out their instructions. With JSPython you should be able to safely use or interact any JavaScript libraries or API with a nice Python language.
33

44
```py
55
arr = [4, 9, 16]
@@ -15,7 +15,7 @@ roots = arr.map(i => Math.sqrt(i)).join(",")
1515

1616
```
1717
## Try out JSPython in a wild
18-
Interactive [Worksheet Systems JSPython editor](https://run.worksheet.systems/rest-client/jspython-editor) 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/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.
1919

2020
## Why would you use it?
2121
You can easily embed `JSPython` into your web app and your end users will benefit from a Python like scripting facility to:

0 commit comments

Comments
 (0)