{"id":15381469,"url":"https://github.com/inureyes/pyodide-console","last_synced_at":"2025-04-15T19:17:18.802Z","repository":{"id":145999980,"uuid":"291221961","full_name":"inureyes/pyodide-console","owner":"inureyes","description":"Desktop app for Serverless Python Environment for scientific computing with WebAssembly. Uses Pyodide and TF.js as runtime engines.","archived":false,"fork":false,"pushed_at":"2020-10-23T00:50:53.000Z","size":2526,"stargazers_count":21,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T00:03:45.982Z","etag":null,"topics":["numpy","pyodide","python","tensorflowjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inureyes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-29T07:18:05.000Z","updated_at":"2024-12-17T21:44:02.000Z","dependencies_parsed_at":"2023-07-04T22:01:13.541Z","dependency_job_id":null,"html_url":"https://github.com/inureyes/pyodide-console","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"f128de6c5e2fda9115e396820eddb4897458c0cd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inureyes%2Fpyodide-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inureyes%2Fpyodide-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inureyes%2Fpyodide-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inureyes%2Fpyodide-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inureyes","download_url":"https://codeload.github.com/inureyes/pyodide-console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135832,"owners_count":21218365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["numpy","pyodide","python","tensorflowjs"],"created_at":"2024-10-01T14:27:32.713Z","updated_at":"2025-04-15T19:17:18.796Z","avatar_url":"https://github.com/inureyes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pyodide Console: run your scientific python codes without installing python\n\nDesktop app for Serverless Python Environment for scientific computing with WebAssembly. Uses Pyodide and TF.js as runtime engines.\n\n![Screenshot](https://raw.githubusercontent.com/inureyes/pyodide-console/main/resources/console_screenshot.png)\n\n * [Pyodide](https://github.com/iodide-project/pyodide) to run Python scientific stack with WASM technology.\n * [TensorFlow.js](https://www.tensorflow.org/js) to run TensorFlow.js machine learning stack.\n\nFor more information, refer these materials:\n\n * [Slides for PyCon KR 2020](https://speakerdeck.com/inureyes/creating-a-serverless-python-environment-for-scientific-computing-with-webassembly-for-data-scientists-and-python-lovers)\n * PyCon KR 2020 Talk (Youtube) - Will add after conference talk\n\n## Changelog\n\nView [changelog](https://github.com/inureyes/pyodide-console/blob/main/CHANGELOG.md)\n\n## Development Guide\n\nPyodide console is built with\n * `lit-element` as webcomponent framework\n * `npm` as package manager\n * `rollup` as bundler\n * `electron` as app shell\n\n### Initializing\n\n```\n$ npm i\n```\n\nIf this is not your first-time compilation, please clean the temporary directories with this command:\n\n```\n$ make clean\n```\n\nYou must perform first-time compilation for testing, including downloading Pyodide release binary from the repository Some additional mandatory packages should be copied to proper location.\n\n```\n$ npm run init\n```\n\nSome necessary libraries will be copied to `src/lib`. Now you are ready to test.\n\n### Developing / testing without bundling\n\n```\n$ npm run server:d # To run dev. web server\n$ npm run build:d # To watch source changes and TypeScript autocompilation\n```\n\n### Electron (app mode) development / testing\n\n```\n$ make test_electron\n```\n\n## App Building Guide\n### Building Electron App\n\nElectron building is automated using `Makefile`.\n\n```\n$ make clean  # clean prebuilt codes\n$ make mac # build macOS app\n$ make win # build win64 app\n$ make linux # build linux app\n```\n\n## Credits\n\n * Uses [Pyodide: The Python scientific stack, compiled to WebAssembly](https://github.com/iodide-project/pyodide) scientific python stack compiled to WASM.\n * [Iodide: Seamless scientific computing with web technologies](https://github.com/iodide-project) project to make LLVM-WASM compilation chain.\n * The codes are heavily based on [Backend.AI Console](https://github.com/lablup/backend.ai-console).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finureyes%2Fpyodide-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finureyes%2Fpyodide-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finureyes%2Fpyodide-console/lists"}