{"id":29175855,"url":"https://github.com/cardwizard/jupytersearch","last_synced_at":"2025-07-01T16:11:49.894Z","repository":{"id":79811713,"uuid":"128905393","full_name":"cardwizard/JupyterSearch","owner":"cardwizard","description":"Utility to help search within a set of jupyter notebooks","archived":false,"fork":false,"pushed_at":"2019-12-01T00:58:06.000Z","size":5,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-27T04:30:42.318Z","etag":null,"topics":["jupyter","jupyter-notebook","python3","search","whoosh"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/cardwizard.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":"2018-04-10T09:09:07.000Z","updated_at":"2021-08-27T07:25:17.000Z","dependencies_parsed_at":"2023-06-26T07:46:06.031Z","dependency_job_id":null,"html_url":"https://github.com/cardwizard/JupyterSearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cardwizard/JupyterSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardwizard%2FJupyterSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardwizard%2FJupyterSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardwizard%2FJupyterSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardwizard%2FJupyterSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cardwizard","download_url":"https://codeload.github.com/cardwizard/JupyterSearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cardwizard%2FJupyterSearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262996821,"owners_count":23396910,"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":["jupyter","jupyter-notebook","python3","search","whoosh"],"created_at":"2025-07-01T16:11:48.442Z","updated_at":"2025-07-01T16:11:49.871Z","avatar_url":"https://github.com/cardwizard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JupyterSearch\nUtility to help search within a set of jupyter notebooks.  \nI worked on creating a simple magic function to help us make this search easy and search **across notebooks** present in the current directory. It uses whoosh in the back-end to speed up the search. \n**The code iterates through every cell in every notebook in your current directory.**\n \n \nHow to use it?\n \n1. Download the search_magic.py file and keep it in your current directory. Follow these steps \n2. pip install whoosh\n3. Run the magic commands as follows in your Jupyter notebook. In the example shown below, I am trying to search for keyword tesseract.\n\n```python\n\nIn [1]: from search_magic import SearchMagic\nIn [2]: get_ipython().register_magics(SearchMagic)\n\nIn [3]: %create_index\n\nIn [4]: %search tesseract\nOut[4]: Cell Number -\u003e 2\n        Notebook -\u003e similarity.ipynb\n        Notebook Execution Number -\u003e 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardwizard%2Fjupytersearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardwizard%2Fjupytersearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardwizard%2Fjupytersearch/lists"}