question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run webviz from source build without launching docs page

See original GitHub issue

I’ve built webviz from source and have been using it with great success. The only kink in my system is that currently when I want to open up the webviz application in a browser, I have to run npm run docs which launches the docs app in addition to running the webviz application.

Is there another way to run just the application without launching the docs page?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
janpaul123commented, May 5, 2020

We don’t currently support that. Those are considered internal API and might change heavily on every release. But if you really want to I guess you can just import them like any other component; e.g. import useDataSourceInfo from "webviz-core/src/PanelAPI/useDataSourceInfo";

1reaction
castaway2000commented, Apr 25, 2020

@janpaul123 I think what they are saying is that they would like to run the webviz App as landing page. Is there an easy way to implement the webviz-core package in a standard html page or modify the existing React application to point the landing page to be the webviz app?

I was also looking into doing this using the webviz-core package as a static website however it seems the webviz-core package is not able to source /dist/webvizCoreBundle.js and is not in the repo from what I can tell, How is this bundle sourced?

if the bundle was included it would make for an easier solution to the problem by simply running the package as a standalone app.

Read more comments on GitHub >

github_iconTop Results From Across the Web

webviz
Visualizing robotics data in the browser.
Read more >
webviz_site_generator Documentation - Read the Docs
This small example will create an instance web, add one empty page to it (in addition to the default index/front page),.
Read more >
Webviz introduction - GitHub Pages
To see command line options on a subcommand, run e.g. webviz build --help . books To open the webviz documentation on all installed...
Read more >
Category: Autoware
git clone git@github.com:cruise-automation/webviz.git. Build the image, and name it. The docker image contains only the basic dependencies. No code or ...
Read more >
Webviz: An Open Source Platform for Robotics Data ... - Medium
We're open sourcing Webviz, a data visualization web application that ... and manually positioning windows running separate tools on the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found