-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL Parameters #192
Comments
Thanks for reaching out. Unfortunately, we had to remove the capability for WIT to update the URL dynamically due to some incompatibilities with how Tensorboard plugins work. Sorry that the documentation is out of date. Which page includes that information? If you look in https://github.com/PAIR-code/what-if-tool/blob/master/wit_dashboard/wit-inference-panel.html#L438, we still can parse some WIT settings from the URL on page load. Basically, anything that can be set in the initial settings dialog can be pre-filled-out by URL params. The Polymer properties in that web component, such as examplesPath, modelName, and inferenceAddress using TensorBoard's scheme for specifying plugin-specific url params. This scheme means any URL params prefixed with So |
@jameswex , Thank you for the reply! It worked and now I can share WIT tool with predefined settings. However, p.whatif.modelName did not worked and I used p.whatif.modelName1 instead. The same crutch helped with p.whatif.inferenceAdress. Otherwise, a parameter remains empty. |
I'd like to share insights from What-If Tool with my mates. It is stated in the readme, that I could use URL parameters for that
"The information can be provided in the settings dialog screen, which pops up automatically upon opening this tool and is accessible through the settings icon button in the top-right of the tool. The information can also be provided directly through URL parameters. Changing the settings through the controls automatically updates the URL so that it can be shared with others for them to view the same data in the What-If Tool",
but I can't find neither the URL parameters in my current URL with WIT tool, nor its description to use it by hand. What else can I do?
The text was updated successfully, but these errors were encountered: