Directly add data to Standalone Web Viewer
See original GitHub issueHi! I’m curious if it would be possible to implement something like the code snippet found here for the vtkjs standalone webviewer HTML file.
Why?
I’ve successfully set up a script that will export a vtkRenderWindow’s scene to a .vtkjs file archive in Python (see https://github.com/akaszynski/vtki/pull/57) and I’d like to send the .vtkjs data archive to the standalone viewer so that it could be rendered in the output of a Jupyter/IPython notebook cell.
I have everything set up to handle this, I just can’t figure out how to send the data directly to the viewer.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Web Standalone Export - Enscape
Learn about the Web Standalone feature that Enscape offers, so you can view projects directly in your browser.
Read more >Create an Access app - Microsoft Support
Adding data To enter or modify data in the tables, on the Home tab, click Open in Browser. Select the table and...
Read more >Is it possible to publish standalone tables to ArcGIS Online?
Yes, it is possible to publish a map containing only a standalone table to ArcGIS Online. Depending on users' data, the table can...
Read more >Add a web app manifest
The manifest file can have any name, but is commonly named manifest.json and served from the root (your website's top-level directory).
Read more >00232: Standalone table's data source must be registered with ...
You are sharing a map image layer with a dependent feature layer. Your web layer includes a stand-alone table that is not registered...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello, just FYI I’m working on a PR for pyviz/panel to embed vtkjs in notebook. pyviz/panel#312
Rich visualization in jupyter incorporating vtk.js exists via https://github.com/InsightSoftwareConsortium/itkwidgets