[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-21 Thread Kyle Kelley
They're shared across users. What's reported by the system isn't accurate, 
as you get 1/64 of available RAM and CPUs. I'm thinking about how to allow 
for giving users extra capacity when there aren't many 
users. https://github.com/jupyter/tmpnb/issues/107

Note: https://github.com/jupyter/docker-demo-images now has the demo image 
that uses this. If you look in the notebooks directory, I put together a 
Julia notebook (stealing freely from the Gadfly documentation). I'd LOVE to 
get a really good Julia notebook in there instead, as I've been focused on 
the backend pieces.

The same software was used for the Nature demo.


On Saturday, November 8, 2014 11:19:49 PM UTC-6, Viral Shah wrote:

 Those are some pretty beefy machines! Are those shared across multiple 
 users, or does every user get a monster? :-)

 -viral

 On Sunday, November 9, 2014 10:05:49 AM UTC+5:30, cdm wrote:


 point a browser to

https://tmpnb.org/


 click the New Notebook button
 in the upper right area of the page.

 use the drop down menu in the
 upper right to change the kernel
 from Python to Julia ...

 run some Julia code, like

   Base.banner()

 just remember the notebook
 convention of Shift-Enter to
 evaluate ...

 nice.

 cdm



[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-21 Thread cdm

a respectable start to a really good Julia notebook list might include
this offering from the Julia 0.3 Release Announcement ...

*Topical highlights*

“The colors of chemistry 
http://jiahao.github.io/julia-blog/2014/06/09/the-colors-of-chemistry.html” 
notebook by Jiahao Chen http://github.com/jiahao demonstrating IJulia, 
Gadfly, dimensional computation with SIUnits, and more.
  
 http://jiahao.github.io/julia-blog/2014/06/09/the-colors-of-chemistry.html


enjoy !!!

cdm


On Friday, November 21, 2014 10:35:26 AM UTC-8, Kyle Kelley wrote:


 Note: https://github.com/jupyter/docker-demo-images now has the demo 
 image that uses this. If you look in the notebooks directory, I put 
 together a Julia notebook (stealing freely from the Gadfly documentation). 
 I'd LOVE to get a really good Julia notebook in there instead, as I've been 
 focused on the backend pieces.



[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-21 Thread cdm

additional sources for potential list elements:

   https://github.com/stevengj/Julia-EuroSciPy14

   https://github.com/JuliaCon/presentations


best,

cdm


On Friday, November 21, 2014 11:24:51 AM UTC-8, cdm wrote:


 a respectable start to a really good Julia notebook list might include
 this offering from the Julia 0.3 Release Announcement ...

 *Topical highlights*

 “The colors of chemistry 
 http://jiahao.github.io/julia-blog/2014/06/09/the-colors-of-chemistry.html” 
 notebook by Jiahao Chen http://github.com/jiahao demonstrating IJulia, 
 Gadfly, dimensional computation with SIUnits, and more.

 http://jiahao.github.io/julia-blog/2014/06/09/the-colors-of-chemistry.html


 enjoy !!!

 cdm


 On Friday, November 21, 2014 10:35:26 AM UTC-8, Kyle Kelley wrote:


 Note: https://github.com/jupyter/docker-demo-images now has the demo 
 image that uses this. If you look in the notebooks directory, I put 
 together a Julia notebook (stealing freely from the Gadfly documentation). 
 I'd LOVE to get a really good Julia notebook in there instead, as I've been 
 focused on the backend pieces.



[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-09 Thread David van Leeuwen
This looks nice, 

On Sunday, November 9, 2014 5:35:49 AM UTC+1, cdm wrote:


 point a browser to

https://tmpnb.org/


 click the New Notebook button
 in the upper right area of the page.

 use the drop down menu in the
 upper right to change the kernel
 from Python to Julia ...

 run some Julia code, like

   Base.banner()

 just remember the notebook
 convention of Shift-Enter to
 evaluate ...

 Yes, thanks, this kills me all the time.  I have no clue who invented 
shift-enter and to what purpose, but is there a way to configure these 
notebooks to treat enter as shift-enter?

---david
 

 nice.

 cdm



[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-09 Thread cdm

... and i can code on them with a smart phone (if i want ...)

OperaMobile browser on an old Motorola Droid running Android 2.2.3

i am sure someone before me has run Julia code via a smart phone, right?

late,

cdm


On Saturday, November 8, 2014 9:19:49 PM UTC-8, Viral Shah wrote:

 Those are some pretty beefy machines! Are those shared across multiple 
 users, or does every user get a monster? :-)

 -viral



[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-09 Thread cdm

On Sunday, November 9, 2014 6:50:38 AM UTC-8, David van Leeuwen wrote:

 Yes, thanks, this kills me all the time.  I have no clue who invented 
 shift-enter and to what purpose, but is there a way to configure these 
 notebooks to treat enter as shift-enter?

 ---david


have a look at the following example provided in an iPython note book:

http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/Notebook/User%20Interface.ipynb


scroll down to Keyboard shortcut customization to see how the r key
is mapped to run a cell ...

i have not tried this, though, so i cannot say if it persists across the 
kernel
change from Python to Julia, or whether the customizations can be made
after connecting to the Julia kernel.



my sense is that the note books are meant to be mouse driven, so clicking
the Play button (right pointing triangle on the menu bar ...) is another way
to evaluate cells. and the Cell menu item has more ways to evaluate cells.

best,

cdm


[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-08 Thread cdm
users can even print the session to various formats, .pdf included ...

see attached.



On Saturday, November 8, 2014 8:35:49 PM UTC-8, cdm wrote:


 point a browser to

https://tmpnb.org/


 click the New Notebook button
 in the upper right area of the page.

 use the drop down menu in the
 upper right to change the kernel
 from Python to Julia ...

 run some Julia code, like

   Base.banner()

 just remember the notebook
 convention of Shift-Enter to
 evaluate ...

 nice.

 cdm



Untitled0.pdf
Description: Adobe PDF document


[julia-users] Re: iJulia notebooks, in a few clicks ...

2014-11-08 Thread Viral Shah
Those are some pretty beefy machines! Are those shared across multiple 
users, or does every user get a monster? :-)

-viral

On Sunday, November 9, 2014 10:05:49 AM UTC+5:30, cdm wrote:


 point a browser to

https://tmpnb.org/


 click the New Notebook button
 in the upper right area of the page.

 use the drop down menu in the
 upper right to change the kernel
 from Python to Julia ...

 run some Julia code, like

   Base.banner()

 just remember the notebook
 convention of Shift-Enter to
 evaluate ...

 nice.

 cdm