-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I note a couple of recent examples of other electron apps bundling a Python distribution that might be of interest here:
datasette-app: there are significant notes available on bundling considerations and also code signing issues:- Build Datasette with PyInstaller and bundle it into an installable Electron app;
- Bundle Python, create virtual environment and install datasette on startup
- bundle spatialite (e.g. how to handle various o/s dependencies);
jupyterlab-app(announcement)
Also note the recent jupyterlite project which bundles JupyterLab with a WASM backend to provide a Jupyter Python environment that runs in the browser. I wouldn't be surprised if an electron app were to follow.
Metadata
Metadata
Assignees
Labels
No labels