{"id":17086708,"url":"https://github.com/cmd-ntrf/pvserver-webproxy","last_synced_at":"2025-03-23T14:41:46.158Z","repository":{"id":145147995,"uuid":"302064572","full_name":"cmd-ntrf/pvserver-webproxy","owner":"cmd-ntrf","description":"Start a ParaView Server and a webserver instructing how to connect to it","archived":false,"fork":false,"pushed_at":"2021-01-19T21:55:04.000Z","size":61,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T20:44:51.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmd-ntrf.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-10-07T14:36:10.000Z","updated_at":"2021-01-19T21:55:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"4445bacb-8395-498c-87ff-18509996eea2","html_url":"https://github.com/cmd-ntrf/pvserver-webproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmd-ntrf%2Fpvserver-webproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmd-ntrf%2Fpvserver-webproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmd-ntrf%2Fpvserver-webproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmd-ntrf%2Fpvserver-webproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmd-ntrf","download_url":"https://codeload.github.com/cmd-ntrf/pvserver-webproxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119575,"owners_count":20563762,"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":[],"created_at":"2024-10-14T13:29:20.357Z","updated_at":"2025-03-23T14:41:46.102Z","avatar_url":"https://github.com/cmd-ntrf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ParaView Server Web Proxy\n\nThis package starts an instance of ParaView Server in background and a Tornado webserver.\nThe webserver serves a page that contains dynamically generated instructions on how \nto connect to the ParaView Server and output of the ParaView Server command-line.\n\nThis package is generally used in conjunction with [jupyter-server-proxy](https://github.com/jupyterhub/jupyter-server-proxy).\n\n## Setup\n\n```\npip install git+https://github.com/cmd-ntrf/pvserver-webproxy.git\n```\n\n## Usage\n\n### Standalone\n```\npython -m pvserver-webproxy 8888\n```\n\n### jupyter-server-proxy\n\nAdd the following to `jupyter_notebook_config.json`:\n```\n{\n  \"ServerProxy\": {\n    \"servers\": {\n      \"paraview\": {\n        \"command\": [\n          \"python\",\n          \"-m\",\n          \"pvserver-webproxy\",\n          \"{port}\"\n        ],\n        \"timeout\": 60,\n        \"launcher_entry\": {\n          \"title\": \"ParaView Server\",\n        }\n      }\n    }\n  }\n}\n```\n\n## Screenshot\n\n![Image of pvserver-webproxy](./pvserver-webproxy.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmd-ntrf%2Fpvserver-webproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmd-ntrf%2Fpvserver-webproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmd-ntrf%2Fpvserver-webproxy/lists"}