Skip to content
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

TODO: Interactive demo site #22

Open
jacobq opened this issue Oct 18, 2018 · 3 comments
Open

TODO: Interactive demo site #22

jacobq opened this issue Oct 18, 2018 · 3 comments
Assignees

Comments

@jacobq
Copy link
Contributor

jacobq commented Oct 18, 2018

I think it would be very nice to have an interactive demo to play with -- perhaps using plotly.js and JSbin. This could be useful for users wanting to try it out and also for reproducing problems (e.g. better than copy/pasting code into comments).

@jacobq jacobq self-assigned this Oct 18, 2018
@m93a
Copy link

m93a commented Oct 18, 2018

I've got a prototype of something like that in m93a/demonstration-general-fit-uncertainty (try it online). I needed that for a school project. It uses TypeScript, Plotly.js and React but could be simplified to use just Plotly.js. I'll take a look at that during the weekend.

@jacobq
Copy link
Contributor Author

jacobq commented Oct 18, 2018

@m93a Thanks for sharing. Something like that might be well-suited for deployment to GH pages. My concern with that was that I didn't think it'd be easy to allow live editing (safely), but we could always have a separate JSbin / CodePen / whatever template for that purpose, or we could try to get fancy with CodeMirror or something (good example is the the Glimmer playground (source)).

@targos
Copy link
Member

targos commented Oct 18, 2018

Deploying to GH pages would be nice indeed. I'm OK if it requires a build step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants