from IPython.core.display import HTML,display
HTML('''
<script>
    $.get( "ajax/test.html", function( data ) {
    // do something
    });
</script>
''')
The error output in console is: 
XMLHttpRequest cannot load http://localhost:4040/api/v1/applications/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8888' is therefore not allowed access.
