1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00
Commit Graph

99 Commits

Author SHA1 Message Date
Fabio Pliger
4e667642ca fixed some minor things related to examples while testing 2022-04-28 16:18:18 -06:00
Fabio Pliger
e8d106722d Merge pull request #58 from pyscript/antocuni/reorder-demos
Improve and reorder the demo page
2022-04-28 16:11:08 -05:00
Princiya Marina Sequeira
b207db97c2 Merge pull request #45 from pyscript/css-repl
Css for Repl
2022-04-28 19:03:46 +02:00
Princiya Sequeira
8b7c397c2a nit fixes 2022-04-28 18:47:39 +02:00
Antonio Cuni
1d64381421 add MIME rendering examples 2022-04-28 17:27:16 +02:00
Antonio Cuni
ad118eeb8e Refactor the demo page
1. Rename simple script into hello world
2. Rename simple script 2 into simple clock
3. Group demos into categories, starting with simple examples towards more complex ones
2022-04-28 17:19:09 +02:00
Princiya Sequeira
091d109da2 updated styles for repl2, styled the play button 2022-04-27 23:56:10 +02:00
Fabio Pliger
631eb8170e Merge pull request #53 from pyscript/antocuni/fix-repl
add some basic instructions for how to use the REPL
2022-04-27 14:59:52 -05:00
Philipp Rudiger
4d2e740d49 Merge pull request #54 from pyscript/panel_demo_styling
Consistent styling for panel demos
2022-04-27 18:26:40 +02:00
Philipp Rudiger
31c5e1d59a Consistent styling for panel demos 2022-04-27 12:41:43 +02:00
Antonio Cuni
cf84e0c4dd add some basic instructions for how to use the REPL 2022-04-27 11:46:36 +02:00
Antonio Cuni
ec19bfe47a fix indentation error, and clarify the purpose of the demo 2022-04-27 10:07:59 +02:00
Fabio Pliger
67bfff6698 Merge pull request #49 from pyscript/antigravity_enhance
Move antigravity to module
2022-04-26 16:32:11 -05:00
Philipp Rudiger
ebfbc4dece Bump panel version to avoid warnings 2022-04-26 17:10:30 +02:00
Philipp Rudiger
c212d4c687 Suppress output warnings in bokeh example 2022-04-26 17:08:22 +02:00
Philipp Rudiger
477c927a61 Load antigravity.py 2022-04-26 16:34:10 +02:00
Philipp Rudiger
3a8ed08930 Call fly in antigravity.html 2022-04-26 16:32:50 +02:00
Philipp Rudiger
8951f7603a Require explicit fly call 2022-04-26 16:31:02 +02:00
Philipp Rudiger
16c0cdca89 Move antigravity to module 2022-04-26 16:18:04 +02:00
Philipp Rudiger
41716f8cee Removed console.log 2022-04-25 21:06:52 +02:00
Philipp Rudiger
dcac055f43 Add antigravity demo 2022-04-25 21:05:51 +02:00
Philipp Rudiger
cbf74c7572 Add altair, matplotlib and folium examples 2022-04-22 23:50:30 +02:00
Fabio Pliger
c698f29634 update simple script to reduce verbosity 2022-04-21 12:26:12 -05:00
Fabio Pliger
cad87e6616 fix pyscript output when nothing is specified 2022-04-21 12:25:09 -05:00
Fabio Pliger
4a2057b34c Merge pull request #35 from anaconda/webgl-box
Webgl icosahedron demo
2022-04-20 20:55:39 -05:00
Fabio Pliger
08aadbe248 add line at eof 2022-04-20 20:54:28 -05:00
Fabio Pliger
69f39713e0 move code from pylist.py to the example directly to make pylist reusable and show more of the example potential 2022-04-20 20:53:31 -05:00
Michael Verhulst
f889c70ec7 moved camera.lookAt func call out of animate loop for better fps 2022-04-20 20:47:32 -05:00
Fabio Pliger
0b5004fe31 Merge pull request #33 from anaconda/simplify_panel
Cleaned up Panel examples
2022-04-20 20:42:03 -05:00
Fabio Pliger
d54d268131 Merge pull request #36 from anaconda/pys-18/add-pylist
[PYS-18] Add pylist
2022-04-20 20:29:33 -05:00
Fabio Pliger
4065c13d32 general cleanup before merging 2022-04-20 20:27:13 -05:00
Fabio Pliger
71873b6b50 clean pylist.py and add a very hacky sync between list items and it's rendered versions 2022-04-20 20:03:23 -05:00
Fabio Pliger
40c58c3cf1 simplify example 2022-04-20 18:16:43 -05:00
Fabio Pliger
ac64b2aaa3 add handlers to input box as well 2022-04-20 16:32:11 -05:00
Fabio Pliger
44afda7aa8 add inputbox and clearn todo html even more 2022-04-20 16:12:01 -05:00
Fabio Pliger
3aa3ba02be add pybutton and pytitle 2022-04-20 15:41:51 -05:00
Fabio Pliger
28efe8a1c9 clean html 2022-04-20 13:52:13 -05:00
Fabio Pliger
ea0cddee96 simplify the example 2022-04-20 13:48:11 -05:00
Fabio Pliger
ee1db16bcf move templates to interpreter 2022-04-20 13:30:08 -05:00
Michael Verhulst
1155d1b2ee fixed typo: "woudl" 2022-04-20 13:08:46 -05:00
Michael Verhulst
3faf406d1e removed some code for the boxes demo 2022-04-20 13:05:33 -05:00
Michael Verhulst
028e108be6 updated the main examples index.html file to have the icosahedron demo 2022-04-20 13:03:10 -05:00
Michael Verhulst
31ff939f8f now raycaster is pure python 2022-04-20 13:00:21 -05:00
Fabio Pliger
a6d00318c3 add PyListTemplate and PyItemTemplate so that classes implementing list and list item widgets can subclass from it and hide complexity to users 2022-04-20 12:48:25 -05:00
Philipp Rudiger
67115635db Cleaned up Panel examples 2022-04-20 13:18:09 +02:00
Russell Keith-Magee
645842276b Update some documentation and links. 2022-04-20 10:27:39 +08:00
Russell Keith-Magee
1373333b31 Switch to using py-env for environment setup. 2022-04-20 10:16:04 +08:00
Fabio Pliger
280fd53aba add example 2022-04-19 19:24:47 -05:00
Russell Keith-Magee
481553c78e Simplify platform detection. 2022-04-20 08:20:17 +08:00
Russell Keith-Magee
6ec94a0522 Added SPA for Freedom Units. 2022-04-20 08:14:12 +08:00