From bb038e4d147fd6b0a7c885c6b44b4dd836e020ec Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Sat, 30 Mar 2024 14:59:51 +0530 Subject: [PATCH 1/4] added a Pyscript IDE which supports Pandas Library --- _sources/index.rst | 3 ++- _sources/pycomponent.rst | 8 ++++++ pyscript.html | 54 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 _sources/pycomponent.rst create mode 100644 pyscript.html diff --git a/_sources/index.rst b/_sources/index.rst index f78eb8314d..c43ecc10c0 100644 --- a/_sources/index.rst +++ b/_sources/index.rst @@ -31,4 +31,5 @@ Contenidos: :maxdepth: 1 index_es - index_en \ No newline at end of file + index_en + pycomponent \ No newline at end of file diff --git a/_sources/pycomponent.rst b/_sources/pycomponent.rst new file mode 100644 index 0000000000..b181397721 --- /dev/null +++ b/_sources/pycomponent.rst @@ -0,0 +1,8 @@ +================== +PyScript Component +================== + +This is a demo implementation of a PyScript component. It is a simple component that takes a Python script as input and executes it. This component also has support for Pandas library. + +.. raw:: html + :file: ../pyscript.html \ No newline at end of file diff --git a/pyscript.html b/pyscript.html new file mode 100644 index 0000000000..a3b23c6d72 --- /dev/null +++ b/pyscript.html @@ -0,0 +1,54 @@ +
+ +
+ + From 5a4d5d1e424737d3c5bbbc0738140841d12fcd11 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Sun, 31 Mar 2024 12:30:02 +0530 Subject: [PATCH 2/4] Fixed the length of the component --- build_info | 1 + pyscript.html | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 build_info diff --git a/build_info b/build_info new file mode 100644 index 0000000000..1d0fe84223 --- /dev/null +++ b/build_info @@ -0,0 +1 @@ +unknown-0-0 diff --git a/pyscript.html b/pyscript.html index a3b23c6d72..1b05c331b3 100644 --- a/pyscript.html +++ b/pyscript.html @@ -1,5 +1,5 @@
-