Search code examples
githubgist

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 the live version of this sample? https://gist.github.com/tmcw/3452458

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


Solution

  • I knew there was a way!

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

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