10BC0 Describe usage of pyscript editor by MarcSkovMadsen · Pull Request #7017 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@MarcSkovMadsen
Copy link
Collaborator
@MarcSkovMadsen MarcSkovMadsen commented Jul 26, 2024

This updates to pyodide 0.26.1 and adds a description of the usage of the pyscript editor. Starts from #7016.

I took the opportunity to make the guides a bit more how-to like to align with Diataxis.

Todo:

@codecov
Copy link
codeco 8000 v bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.25%. Comparing base (647db1a) to head (fa141fd).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7017   +/-   ##
=======================================
  Coverage   82.24%   82.25%           
=======================================
  Files         331      331           
  Lines       49420    49420           
=======================================
+ Hits        40647    40649    +2     
+ Misses       8773     8771    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Coderambling
Copy link
Collaborator
Coderambling commented Jul 26, 2024

Looks great! 2 suggestions:

-Maybe introduce some paragraph spacing ( empty lines) in text blocks.

For example, the text block at the top is quite long. Without spacing the text becomes monolithic and harder to follow.

This is true when viewed in desktop version, but especially in mobile.

-Regarding the below: maybe provide a short explanation and / or a link to a a way / tools to check if libraries have been compiled for Pyodide, or are available as pure-Python wheels from PyPI?

...that the libraries have been compiled for Pyodide or are available as pure-Python wheels from PyPI.

So something like:

-To check if a compiled version is available, visit the Pyodide packages list to see the libraries that have been compiled for Pyodide.

This list includes packages that can be loaded with pyodide.loadPackage() or micropip.install()

To check if a wheel is available, look for a .whl file in the files section of the lbrary on pypi.org, or run the following command:

pip download --no-deps --only-binary :all: <package-name>

@MarcSkovMadsen MarcSkovMadsen merged commit 82dcddd into main Sep 1, 2024
@MarcSkovMadsen MarcSkovMadsen deleted the fix/pyodide-pyscript branch September 1, 2024 02:36
@github-actions
Copy link
github-actions bot commented Sep 9, 2025

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

0