{"id":13341543,"url":"https://github.com/jiedxu/psa-notebook","last_synced_at":"2026-02-13T18:10:41.325Z","repository":{"id":153245436,"uuid":"628610242","full_name":"jiedxu/psa-notebook","owner":"jiedxu","description":"Power system analysis in the browser.","archived":false,"fork":false,"pushed_at":"2025-02-13T11:24:26.000Z","size":2037,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T22:34:13.403Z","etag":null,"topics":["jupyter-notebook","jupyterlite","power-systems-analysis","pyodide","python","web-assembly"],"latest_commit_sha":null,"homepage":"https://jiedxu.github.io/psa-notebook/","language":"Jupyter Notebook","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/jiedxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-04-16T13:45:44.000Z","updated_at":"2025-02-13T10:01:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5330383b-fcd8-4c7f-8b8f-8ba6a28ee605","html_url":"https://github.com/jiedxu/psa-notebook","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"e2ca64cfb46e18628e6d6b75c77207cf99222938"},"previous_names":["jiedxu/psa-notebook","edxu96/psa-notebook"],"tags_count":2,"template":false,"template_full_name":"jupyterlite/xeus-lite-demo","purl":"pkg:github/jiedxu/psa-notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiedxu%2Fpsa-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiedxu%2Fpsa-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiedxu%2Fpsa-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiedxu%2Fpsa-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiedxu","download_url":"https://codeload.github.com/jiedxu/psa-notebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiedxu%2Fpsa-notebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["jupyter-notebook","jupyterlite","power-systems-analysis","pyodide","python","web-assembly"],"created_at":"2024-07-29T19:25:29.200Z","updated_at":"2026-02-13T18:10:41.302Z","avatar_url":"https://github.com/jiedxu.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psa-notebook: power system analysis in the browser\n\n[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jiedxu.github.io/psa-notebook) [![Build and Deploy](https://github.com/jiedxu/psa-notebook/actions/workflows/ci.yml/badge.svg)](https://github.com/jiedxu/psa-notebook/actions/workflows/ci.yml)\n\n[`jiedxu.github.io/psa-notebook`](https://jiedxu.github.io/psa-notebook) provides a Jupyter notebook working environment, with `pandapower`, `networkx`, `seaborn` and other useful packages pre-installed.\n\nYou can even use it in a mobile browser:\n\n![screenshot of using psa-notebook in a mobile browser](./img/mobile-screenshot.png)\n\n## Kernels\n\nThe version of [the `xeus-python` kernel](https://xeus-python.readthedocs.io/en/latest/) is 3.10.2. For now, the runtime Python packages must be specified in `environment.yml` during the build of the kernel. The current available packages are listed in the appendix. More information on `xeus-python` can be found in [the original repo of this fork](https://github.com/jupyterlite/xeus-python-demo).\n\nIn contrast, any Python package with [pure Python wheels](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#pure-python-wheels) available on [PyPI](https://pypi.org/) can be installed in the [Pyodide kernel](https://pyodide.org/en/stable/). For example, to install [SymPy](https://github.com/sympy/sympy):\n\n```python\n%pip install -q sympy\n```\n\nwhich is the same as:\n\n```python\nimport piplite\nawait piplite.install(\"sympy\")\n```\n\nNote that neither [`PyPSA`](https://github.com/PyPSA/PyPSA) nor [`pandapower`](https://github.com/e2nIEE/pandapower) can be installed in this kernel.\n\n[The `xeus-sqlite` kernel](https://xeus-sqlite.readthedocs.io/en/latest/) is also available.\n\nMore information on can be found in [the documentation of JupyterLite](https://jupyterlite.readthedocs.io/en/latest/index.html).\n\n## Appendix\n\nThe available Python packages in `xeus-python` are:\n\n| Package                       | Version |\n| ----------------------------- | ------- |\n| asttokens                     | 2.2.1   |\n| backcall                      | 0.2.0   |\n| backports-functools-lru-cache | 1.6.4   |\n| cffi                          | 1.15.0  |\n| cryptography                  | 3.3.2   |\n| cycler                        | 0.11.0  |\n| decorator                     | 5.1.1   |\n| executing                     | 1.2.0   |\n| fonttools                     | 4.29.1  |\n| ipython                       | 7.32.0  |\n| jedi                          | 0.18.2  |\n| matplotlib                    | 3.5.2   |\n| matplotlib-inline             | 0.1.6   |\n| networkx                      | 3.1     |\n| numpy                         | 1.24.2  |\n| packaging                     | 23.1    |\n| pandapower                    | 2.4.0   |\n| pandas                        | 1.4.3   |\n| parso                         | 0.8.3   |\n| patsy                         | 0.5.2   |\n| pexpect                       | 4.8.0   |\n| pickleshare                   | 0.7.5   |\n| prompt-toolkit                | 3.0.38  |\n| ptyprocess                    | 0.7.0   |\n| pure-eval                     | 0.2.2   |\n| pycparser                     | 2.21    |\n| pygments                      | 2.15.0  |\n| pyparsing                     | 3.0.9   |\n| python-dateutil               | 2.8.2   |\n| pytz                          | 2023.3  |\n| requests-wasm-polyfill        | 0.3.0   |\n| scipy                         | 1.8.1   |\n| seaborn                       | 0.12.2  |\n| six                           | 1.16.0  |\n| stack-data                    | 0.6.2   |\n| statsmodels                   | 0.13.2  |\n| traitlets                     | 5.9.0   |\n| typing-extensions             | 4.5.0   |\n| unknown                       | 9.1.0   |\n| wcwidth                       | 0.2.6   |\n| xeus-python-shell             | 0.5.0   |\n| xlrd                          | 2.0.1   |\n| xlsxwriter                    | 3.0.9   |\n\nJupyterLite is being tested against:\n\n- Firefox 90+\n- Chromium 89+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiedxu%2Fpsa-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiedxu%2Fpsa-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiedxu%2Fpsa-notebook/lists"}