<br><br><div class="gmail_quote">On Mon, Jun 18, 2012 at 11:01 PM, Dennis Sun <span dir="ltr"><<a href="mailto:dlsun@stanford.edu" target="_blank">dlsun@stanford.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<div><br></div><div>I just pulled the latest development version of iPython, and I noticed that in the Javascript code, cells no longer contain a reference to the containing notebook. I had been using this attribute in the Javascript functions I was writing, so I was wondering: what was the reason for removing it, and now that it's gone, what is the best way to access the notebook object given a cell? (I had been using it in some AJAX calls where the context was the cell rather than the notebook.)</div>

</blockquote><div><br></div><div>The JS was refactored significantly to decouple kernels/cells/notebooks, because it should be possible to use them outside the notebook context (e.g. single cell on an existing webpage).</div>

<div><br></div><div>-MinRK</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br></div><div>Thanks,</div><div>Dennis</div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br>