#!/usr/bin/env python # coding: utf-8 # # Loading [JS9](http://js9.si.edu/) # - based on [the basics](http://js9.si.edu/js9/js9basics.html) # - in response to [this thread](https://mail.scipy.org/pipermail/ipython-dev/2015-October/016879.html) # In[25]: get_ipython().run_cell_magic('html', '', '
\n
\n\n') # With the DOM nodes created, we can try to load js9... `requirejs` is how the notebook loads content, and we're going to hotlink the example assets (which you shouldn't do for reals). # In[29]: get_ipython().run_cell_magic('html', '', '\n') # In addition to the `alert()` about not being able to load data, the errors I am seeing: # - `JS9 prefs file not available: js9Prefs.json` # - inability to connect to `socket.io`, which is unsurprising