{"id":20931833,"url":"https://github.com/hyperspy/holospy-demos","last_synced_at":"2026-04-29T02:02:22.493Z","repository":{"id":229735168,"uuid":"684972604","full_name":"hyperspy/holospy-demos","owner":"hyperspy","description":"HoloSpy Jupyter Notebook demos","archived":false,"fork":false,"pushed_at":"2023-08-30T08:34:06.000Z","size":10174,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-30T10:02:02.020Z","etag":null,"topics":["data-analysis","data-visualization","electron-holography","hyperspy","materials-science","multi-dimensional","physical-sciences","tutorial"],"latest_commit_sha":null,"homepage":"https://hyperspy.org/holospy","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/hyperspy.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}},"created_at":"2023-08-30T08:32:47.000Z","updated_at":"2024-09-06T15:22:16.000Z","dependencies_parsed_at":"2024-03-26T02:54:40.158Z","dependency_job_id":null,"html_url":"https://github.com/hyperspy/holospy-demos","commit_stats":null,"previous_names":["hyperspy/holospy-demos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperspy/holospy-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2Fholospy-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2Fholospy-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2Fholospy-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2Fholospy-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperspy","download_url":"https://codeload.github.com/hyperspy/holospy-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperspy%2Fholospy-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"online","status_checked_at":"2026-04-29T02:00:06.602Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-analysis","data-visualization","electron-holography","hyperspy","materials-science","multi-dimensional","physical-sciences","tutorial"],"created_at":"2024-11-18T21:45:59.800Z","updated_at":"2026-04-29T02:02:22.462Z","avatar_url":"https://github.com/hyperspy.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Holospy demos\n\n[![Live demos (Binder)](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/hyperspy/holospy-demos/main)\n[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](https://nbviewer.ipython.org/github/hyperspy/holospy-demos/tree/main/)\n[![Documentation Status](https://readthedocs.org/projects/holospy/badge/?version=stable)](https://holospy.readthedocs.io/en/stable/?badge=stable)\n\n## Introduction\n\nThis repository contains [Jupyter Notebooks](https://jupyter.org/) to demo and learn\nhow to process electron holography data with [Holospy](https://holospy.readthedocs.io). For\nlearning purposes, we recommend to use them alongside the \n[HoloSpy User Guide](https://holospy.readthedocs.io).\n\nThe root folder contains notebooks concerning general HyperSpy features while\nthe subfolders contain notebooks for specific signals and other more specialized\nanalyses.\n\n## Visualising and running the demos.\n\n### (Interactive) Running the demos online\n\n[![Live demos (Binder)](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/hyperspy/holospy-demos/main)\n\nFollow [this link](https://mybinder.org/v2/gh/hyperspy/holospy-demos/main)\nor click the \"launch binder\" banner above to run the the demos on \n[mybinder.org](https://mybinder.org/). The demos will run remotely, \nand one can experiment with HyperSpy in a Jupyter notebook with no need \nto install or configure any software locally.\n\n**Note:** depending on the remote server load, the interactive binder demo may \ntake up to several minutes to load. For a quicker (but non-interactive) \nvisualization, see below.\n\n### (Non-interactive) Visualizing the demos online\n\n[![Notebook Viewer (nbviewer)](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true)](http://nbviewer.ipython.org/github/hyperspy/holospy-demos/tree/main/)\n\nFollow [this link](http://nbviewer.ipython.org/github/hyperspy/holospy-demos/tree/main/) \nor click on the \"render nbviewer\" banner above\nto display the demos with the \n[Jupyter Notebook viewer](http://nbviewer.jupyter.org). \n[nbviewer](http://nbviewer.jupyter.org/) will allow you to view the notebooks online,\nbut you will not be able to change them or evaluate any code, like is possible with the \n[binder](https://mybinder.org/v2/gh/hyperspy/holospy-demos/main).\n\n### Running and visualizing the demos locally\n\nTo run the demo notebooks locally, \nclone or download the [demos repository](https://github.com/hyperspy/holospy-demos) \nto your local\nmachine, install HyperSpy and\n[Jupyter Lab](http://jupyterlab.readthedocs.io/en/latest/) or \n[Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/stable/)\nand use either of Jupyter tools to run the notebooks.\n\n\n#### (For developers) Testing the demos locally\n\nTo test the demos, install\n[nbval](http://github.com/computationalmodelling/nbval) and\n[py.test](https://pytest.org/) and run\n\n```bash\n$ py.test\n```\n\nTo help visualize differences/errors, install\n[nbdime](http://github.com/jupyter/nbdime) as well, and run the test with\n\n```bash\n$ py.test --nbdime\n```\n\n## Contributing\n\nTo contribute new demos or improvements to the current ones fork the demos\nrepository and send us a pull request. See the \n[HyperSpy Developer Guide](http://hyperspy.org/hyperspy-doc/current/dev_guide.html) \nfor more details on how to contribute to HyperSpy.\n\nFor issues and discussions fill a new\nissue in [the demos github repository](https://github.com/hyperspy/holospy-demos)\nor discuss it in [HyperSpy's gitter chat](https://gitter.im/hyperspy/hyperspy).\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperspy%2Fholospy-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperspy%2Fholospy-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperspy%2Fholospy-demos/lists"}