Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example to try out pyodide importing modules #78

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

alanisaac
Copy link
Collaborator

@alanisaac alanisaac commented Sep 20, 2023

This PR adds an example to help try out Pyodide loading across files / modules. To try it out:

  • Load the import_test_1.py module.
  • Call import_test_1.try_it_out() and see what happens!
  • If nothing blows up, we should be able to use the same pattern (multiple modules) in the main engine.
  • We can then clean up these files.

Part of #53

@alanisaac alanisaac merged commit 2c71dad into main Sep 26, 2023
8 checks passed
@alanisaac alanisaac deleted the pyodide-import-test branch September 26, 2023 23:20
AdamFinkle pushed a commit to AdamFinkle/home-energy-analysis-tool that referenced this pull request May 22, 2024
* add example to try out pyodide importing classes

* lints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant