Pyodide: (Pre-)Loading (Brightway) Packages #54
michaelweinold
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JupyterLite (Notebooks)
The current JupyterLite guidance is still to "add them to Pyodide", which is only possible for non-pure-Python packages.
JupyterLite (REPL/Console)
The JupyterLite REPL allows for custom code to be pre-run. However, this code is not pre-run "silently":
repl
app jupyterlite/jupyterlite#508Some discussions at Pyodide also provide guidance on pre-loading packages when using Pyodide for a REPL/console:
The IPython environment configuration file might be able to run code (to pre-load packages with
micropip.install()
. Implementation in JupyterLite is currently pending:Beta Was this translation helpful? Give feedback.
All reactions