<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 12, 2014 at 8:09 AM, William Stein <span dir="ltr"><<a href="mailto:wstein@gmail.com" target="_blank">wstein@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, Jul 12, 2014 at 8:02 AM, Harald Schilly<br>
<<a href="mailto:harald.schilly@gmail.com">harald.schilly@gmail.com</a>> wrote:<br>
> On Sat, Jul 12, 2014 at 4:32 PM, William A Stein <<a href="mailto:wstein@uw.edu">wstein@uw.edu</a>> wrote:<br>
>> I'll write to IPython-dev.   The problem isn't about determining<br>
>> whether somebody started the ipython notebook server in julia mode,<br>
>> but determining which mode the IPython notebook *needs* to be started<br>
>> in order to open a given ipynb document.<br>
><br>
> To me, this looks like there must be a convention to store that<br>
> information in the ipynb metadata. Right now, I can only see "name"<br>
> and "signature". My first idea would be to add an additional key<br>
> "backend" (?) and the values are "ipython", "python", "julia", "R",<br>
> "sage", ... with the default being "ipython" of course.<br>
<br>
Is this is a suggestion for a way to change IPython notebook itself?<br>
<br>
For  IPython users:  If you start an IPython notebook server (say in<br>
python mode) and try to open a notebook with backend:'julia', would it<br>
just give an error and tell the user to run another notebook server<br>
with a julia backend?<br>
<br>
For SageMathCloud users: I can write code to start several notebook<br>
servers, which run simulaneously, I guess, assuming their state files<br>
don't conflict.<br></blockquote><div><br></div><div>IPython 3 adds a 'kernel spec' for describing different kinds of kernels, so there won't be a reason to have separate notebook servers for different kernels. <a href="https://github.com/ipython/ipython/pull/6126">PR #6126</a> adds one of the last pieces for this, so you can switch kernels at runtime, and associate a notebook with a given kernel.</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">
<br>
 -- William<br>
<br>
><br>
> Harald<br>
<span class="HOEnZb"><font color="#888888">><br>
> --<br>
> You received this message because you are subscribed to the Google Groups "sage-cloud" group.<br>
> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:sage-cloud%2Bunsubscribe@googlegroups.com">sage-cloud+unsubscribe@googlegroups.com</a>.<br>
> To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/sage-cloud/CAGG4CB65WdtCh%2BgFHxxGe6jAKieWwqwjRbb1USwqqUOO8%3D6XJQ%40mail.gmail.com" target="_blank">https://groups.google.com/d/msgid/sage-cloud/CAGG4CB65WdtCh%2BgFHxxGe6jAKieWwqwjRbb1USwqqUOO8%3D6XJQ%40mail.gmail.com</a>.<br>


> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
William Stein<br>
Professor of Mathematics<br>
University of Washington<br>
<a href="http://wstein.org" target="_blank">http://wstein.org</a><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>
</div></div></blockquote></div><br></div></div>