1
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.

shivanshuiitg
  • 29
  • 1
  • 2
  • Possible duplicate of [Javascript - No 'Access-Control-Allow-Origin' header is present on the requested resource](http://stackoverflow.com/questions/22181384/javascript-no-access-control-allow-origin-header-is-present-on-the-requested) – Beck Yang Mar 10 '17 at 13:38

0 Answers0