Is there a way to see a live demo of code samples hosted on gist?

Sorry if this is a stupid question.

Is there a way to see live demos of code samples hosted on gist?

For example, is there a way to see a live version of this example? https://gist.github.com/tmcw/3452458

I obviously can download the code and run it locally, but I was wondering if gist is really intended to host demos as well as raw code.

+6
source share
2 answers

I knew there was a way!

Go to http://bl.ocks.org/ and add the gist identifier to the end of the URL.

For example: http://bl.ocks.org/3452458 for the point in my original question.

+5
source

I donโ€™t know what I know from GitHub.

The only "gist rendering" example I know of is gist.io to render a blog page from the bottom.
For example, this post is taken from this meaning .

0
source

All Articles