{"id":13598537,"url":"https://github.com/trungleduc/jupyterview","last_synced_at":"2026-01-24T21:18:28.444Z","repository":{"id":37245802,"uuid":"263587247","full_name":"trungleduc/jupyterview","owner":"trungleduc","description":"VTK Data visualization extension for JupyterLab","archived":false,"fork":false,"pushed_at":"2024-04-11T15:18:12.000Z","size":81484,"stargazers_count":54,"open_issues_count":5,"forks_count":7,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-04-13T21:00:01.286Z","etag":null,"topics":["jupyter","jupyterlab","jupyterlab-extension","visualization","vtk"],"latest_commit_sha":null,"homepage":"https://trungleduc.github.io/jupyterview","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trungleduc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-05-13T09:39:53.000Z","updated_at":"2024-07-10T09:14:55.294Z","dependencies_parsed_at":"2024-01-03T13:34:08.250Z","dependency_job_id":"b76c3a3a-6042-45d2-92e3-dabb2cfdc252","html_url":"https://github.com/trungleduc/jupyterview","commit_stats":{"total_commits":166,"total_committers":5,"mean_commits":33.2,"dds":"0.21084337349397586","last_synced_commit":"2044a93131ca9636316690fe9ab9fb3a590cff6e"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trungleduc%2Fjupyterview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trungleduc%2Fjupyterview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trungleduc%2Fjupyterview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trungleduc%2Fjupyterview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trungleduc","download_url":"https://codeload.github.com/trungleduc/jupyterview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841203,"owners_count":20356443,"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","jupyterlab","jupyterlab-extension","visualization","vtk"],"created_at":"2024-08-01T17:00:53.472Z","updated_at":"2026-01-24T21:18:28.413Z","avatar_url":"https://github.com/trungleduc.png","language":"TypeScript","funding_links":[],"categories":["Jupyter"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ejupyterview\u003c/h1\u003e\n\n[![Github Actions Status](https://github.com/trungleduc/jupyterview/workflows/Build/badge.svg)](https://github.com/trungleduc/jupyterview/actions/workflows/build.yml) [![Lite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://trungleduc.github.io/jupyterview) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trungleduc/jupyterview/master?urlpath=lab) [![GitHub license](https://badgen.net/github/license/trungleduc/jupyterview)](https://github.com/trungleduc/jupyterview/blob/master/LICENSE) [![PyPI version](https://badge.fury.io/py/jupyterview.svg)](https://badge.fury.io/py/jupyterview) [![Conda Version](https://img.shields.io/conda/vn/conda-forge/jupyterview.svg)](https://anaconda.org/conda-forge/jupyterview)\n\n\u003ch2 align=\"center\"\u003e VTK Data visualization extension for JupyterLab\u003c/h2\u003e\n\n**jupyterview** is an extension that adds the `VTK` data visualization capability to JupyterLab.\n\nPowered by Kitware's `vtk.js` and `itk-wasm` library, **jupyterview** is a pure frontend extension, it does not require any kernel to operate and fully supports the Real-Time Collaboration feature of JupyterLab.\n\n**jupyterview** is fully compatible with `jupyterlite`, it is available online at [jupyterview demo link](https://trungleduc.github.io/jupyterview).\n\n## Features\n\n- Visualize structured and unstructured data (`.vtu`, `.vtp`, `.vtk` flies).\n\n![vtu](https://user-images.githubusercontent.com/4451292/157323037-f0d8149c-410b-483b-812a-3a4e3d524552.gif)\n\n- Visualize and animate `.pvd` files.\n\n![pvd](https://user-images.githubusercontent.com/4451292/157324587-0b89159d-f4db-4227-b58b-437c75f69855.gif)\n\n- Visualize mesh supported by `meshio` library. Full list of supported formats is available at https://github.com/nschloe/meshio. To open `med` files, `h5py` need to be installed.\n\nhttps://user-images.githubusercontent.com/4451292/173418573-1839d689-763f-42ba-add3-4eaac4c87d7e.mp4\n\n- Multiple display modes: `Surface`, `Surface with Edge`, `Wireframe` and `Points`\n- Color scale and isocolor effet.\n- Warp by scalar effet.\n\n## Requirements\n\n- JupyterLab \u003e= 3.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyterview\n```\n\nor with mamba/conda\n\n```bash\n  conda install -c conda-forge  jupyterview\n```\n\n## Contributing\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the jupyterview directory\n# Install package in development mode\npip install -e .\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm run build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm run watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm run build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Development uninstall\n\n```bash\npip uninstall jupyterview\n```\n\nIn development mode, you will also need to remove the symlink created by `jupyter labextension develop`\ncommand. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlink named `jupyterview` within that folder.\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n\n## Thanks\n\nThe following libraries / open-source projects were used or inspired in the development of jupyterview:\n\n- [vtk.js](https://github.com/Kitware/vtk-js)\n- [itk-wasm](https://github.com/InsightSoftwareConsortium/itk-wasm)\n- [paraview-glance](https://github.com/Kitware/paraview-glance)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrungleduc%2Fjupyterview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrungleduc%2Fjupyterview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrungleduc%2Fjupyterview/lists"}