Re: [julia-users] Installing IJulia

2014-11-30 Thread stonebig34
Hi, I see winpython-64-3.3.5.0 in your screenshot. you may try a more recent one, or better a Python3.4 one (winpython.github.io). I had that permanent reboot phenomenon also at the early tries, it was the main cause of failure after the bad "suse" mirror in europe. Suggestion : - remove the

Re: [julia-users] Installing IJulia

2014-11-30 Thread Pileas
Two ways via extensions (can be easily installed): [1] Use `*Atom terminal*` (Ctrl + Shift + T) opens the terminal in the place where the Julia file is at. Then just write: `julia filename.jl` [2] Use `*script*` (another extension), it supports Julia and with (Ctrl + Shift + B) you can do what

Re: [julia-users] Installing IJulia

2014-11-28 Thread Viral Shah
Another alternative is to try out http://www.juliabox.org/ Drop me a line if you are interested, and I will send you a code. -viral On Thursday, November 27, 2014 11:30:48 AM UTC+5:30, stone...@gmail.com wrote: > > Hi Abram, > > If all else fails, you have still this alternative > > > http://nb

Re: [julia-users] Installing IJulia

2014-11-27 Thread stonebig34
Hi Abram, (sorry for the keyboard error) I wrote "last resort" as I supposed you were relying on Anaconda for other purposes. If the only goal for you is to get Ijulia working on windows, this solution as the advantage of working since a few months. On Thursday, November 27, 2014 9:59:05 AM U

Re: [julia-users] Installing IJulia

2014-11-27 Thread stonebig34
Hi Adam, I wrote "last resort" as I supposed you were relying on Anaconda for other purposes. If the only goal for you is to get Ijulia working on windows, this solution as the advantage of working since a few months. On Thursday, November 27, 2014 9:58:44 AM UTC+1, Abram Demski wrote: > > S

Re: [julia-users] Installing IJulia

2014-11-27 Thread Abram Demski
Pileas, Atom looks very cool, but it appears existing Julia customization is very minimal. Do you know if there is an easy way to have a command to run the current file in a julia terminal? (I miiight be tempted into trying to build it, seeing as the Atom customization stuff looks fun...) On Wed,

Re: [julia-users] Installing IJulia

2014-11-27 Thread Abram Demski
Stonebig34, "If all else fails" makes me think this is a last resort. Should I be wary? So, this approach requires WinPython as opposed to the Anaconda install of IPython I've currently got? (I'm not attached if there aren't any big downsides; I used Anaconda only because the instructions for ins

Re: [julia-users] Installing IJulia

2014-11-26 Thread stonebig34
Hi Abram, If all else fails, you have still this alternative http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/examples/installing_julia_and_ijulia.ipynb On Thursday, November 27, 2014 6:57:41 AM UTC+1, cdm wrote: > > > if you are not averse to trying IJulia in your bro

Re: [julia-users] Installing IJulia

2014-11-26 Thread cdm
if you are not averse to trying IJulia in your browser, then have a look at this post ... https://groups.google.com/forum/#!searchin/julia-users/tmpnb|sort:relevance/julia-users/zEp8pKkEYHk/qY7tPqrOp9gJ there are other ways to work with IJulia on kernels hosted elsewhere; let me know if y

Re: [julia-users] Installing IJulia

2014-11-26 Thread Abram Demski
Pileas, Given that I've still been unable to install IJulia, that's very helpful, thanks. On Tue, Nov 25, 2014 at 6:29 PM, Pileas wrote: > I have to suggest a very good editor that supports "Julia" and it is > called Atom. It becomes better each day: > > Give it a try if you have time: https://

Re: [julia-users] Installing IJulia

2014-11-25 Thread Pileas
I have to suggest a very good editor that supports "Julia" and it is called Atom. It becomes better each day: Give it a try if you have time: https://atom.io/ Τη Τρίτη, 25 Νοεμβρίου 2014 6:12:52 μ.μ. UTC-5, ο χρήστης Abram Demski έγραψε: > > Thanks! I figured out how to do it in the default she

Re: [julia-users] Installing IJulia

2014-11-25 Thread Abram Demski
Thanks! I figured out how to do it in the default shell: julia> print(ENV["PATH"]) C:\Users\abram\AppData\Local\Julia-0.3.3\bin;C:\Users\abram\AppData\Local\Julia- 0.3.3\bin\..\Git\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\ Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\

Re: [julia-users] Installing IJulia

2014-11-25 Thread cdm
if you have access to the PowerShell in Windows 8 ( ... and similar, new-ish, MS OSs ...), then highlighting a block of text from the PowerShell and right clicking should rip it to the clipboard for pasting else-where ... best, cdm On Tuesday, November 25, 2014 2:42:51 PM UTC-8, Abram Demsk

Re: [julia-users] Installing IJulia

2014-11-25 Thread Abram Demski
This is my system PATH: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\

Re: [julia-users] Installing IJulia

2014-11-25 Thread Abram Demski
Ah, I see, I was mistaken. The directory of ipython.exe is in fact in my path. So, that's not the problem. On Tue, Nov 25, 2014 at 1:58 PM, Steven G. Johnson wrote: > > > On Tuesday, November 25, 2014 4:34:25 PM UTC-5, Abram Demski wrote: >> >> Anaconda is in my PATH, but the IPython sub-direct

Re: [julia-users] Installing IJulia

2014-11-25 Thread Steven G. Johnson
On Tuesday, November 25, 2014 4:34:25 PM UTC-5, Abram Demski wrote: > > Anaconda is in my PATH, but the IPython sub-directory is not. Should it be > added? > > If Anaconda (the conda executable) is in your path, then normally ipython will be was well. You don't

Re: [julia-users] Installing IJulia

2014-11-25 Thread Stefan Karpinski
It should. On Tue, Nov 25, 2014 at 4:34 PM, Abram Demski wrote: > Anaconda is in my PATH, but the IPython sub-directory is not. Should it be > added? > > Thanks, > > Abram > > On Tue, Nov 25, 2014 at 7:32 AM, Stefan Karpinski > wrote: > >> Is ipython in your PATH? >> >> On Tue, Nov 25, 2014 at

Re: [julia-users] Installing IJulia

2014-11-25 Thread Abram Demski
Anaconda is in my PATH, but the IPython sub-directory is not. Should it be added? Thanks, Abram On Tue, Nov 25, 2014 at 7:32 AM, Stefan Karpinski wrote: > Is ipython in your PATH? > > On Tue, Nov 25, 2014 at 5:05 AM, Abram Demski > wrote: > >> Hi all, >> >> I'm trying to install IJulia. (I fa

Re: [julia-users] Installing IJulia

2014-11-25 Thread Stefan Karpinski
Is ipython in your PATH? On Tue, Nov 25, 2014 at 5:05 AM, Abram Demski wrote: > Hi all, > > I'm trying to install IJulia. (I failed when I first tried in the spring, > and have been sticking with Julia Studio since that time.) > > I'm now trying to install it on a new Windows 8.1 machine. I foll

[julia-users] Installing IJulia

2014-11-25 Thread Abram Demski
Hi all, I'm trying to install IJulia. (I failed when I first tried in the spring, and have been sticking with Julia Studio since that time.) I'm now trying to install it on a new Windows 8.1 machine. I followed the instructions here: https://github.com/JuliaLang/IJulia.jl Installed IPython thro