When opening any notebook in IJulia it gives me this error:
2014-02-02 16:59:00.164 [tornado.application] ERROR | Uncaught exception
POST /kernels?notebook=50aba0e4-fde1-4196-96ff-
8a8b3550f5b0 (127.0.0.1)
HTTPRequest(protocol='http', host='127.0.0.1:8998', method='POST', uri=
'/kernels?notebook=50aba0e4-fde1-4196-96ff-8a8b35
50f5b0', version='HTTP/1.1', remote_ip='127.0.0.1', headers={
'Content-Length': '0', 'Accept-Language': 'en-US,en;q=0.5',
'Accept-Encoding': 'gzip, deflate', 'Host': '127.0.0.1:8998', 'Accept':
'application/json,
text/javascript, */*; q=0.01
', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0)
Gecko/20100101 Firefox/28.0', 'Connection': 'keep-alive',
'X-Requested-With': 'XMLHttpRequest', 'Pragma': 'no-cache', 'Cache-Control'
: 'no-cache', 'Referer': 'http://127.0.0.1:8
998/50aba0e4-fde1-4196-96ff-8a8b3550f5b0'})
Traceback (most recent call last):
File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1141,
in_when_complete
callback()
File "C:\Anaconda\lib\site-packages\tornado\web.py", line 1162,
in_execute_method
self._when_complete(method(*self.path_args, **self.path_kwargs),
File "C:\Anaconda\lib\site-packages\tornado\web.py", line 2297, in wrapper
return method(self, *args, **kwargs)
File
"C:\Anaconda\lib\site-packages\IPython\html\services\kernels\handlers.py",line
46, in post
kernel_id = km.start_kernel(notebook_id, cwd=nbm.notebook_dir)
File
"C:\Anaconda\lib\site-packages\IPython\html\services\kernels\kernelmanager.py"
, line 86, in start_kernel
kernel_id = super(MappingKernelManager, self).start_kernel(**kwargs)
File
"C:\Anaconda\lib\site-packages\IPython\kernel\multikernelmanager.py",line
115, in start_kernel
km.start_kernel(**kwargs)
File "C:\Anaconda\lib\site-packages\IPython\kernel\manager.py", line 205,
in start_kernel
**kw)
File "C:\Anaconda\lib\site-packages\IPython\kernel\manager.py", line 161,
in _launch_kernel
return launch_kernel(kernel_cmd, **kw)
File "C:\Anaconda\lib\site-packages\IPython\kernel\launcher.py", line 238,
in launch_kernel
stdin=_stdin, stdout=_stdout, stderr=_stderr, cwd=cwd, env=os.environ)
File "C:\Anaconda\lib\subprocess.py", line 711, in __init__
errread, errwrite)
File "C:\Anaconda\lib\subprocess.py", line 948, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
2014-02-02 16:59:00.167 [tornado.access] ERROR | 500 POST /kernels?notebook=
50aba0e4-fde1-4196-96ff-8a8b3550f5b0 (127.0.
0.1) 27.00ms
This is on:
Julia Version 0.3.0-prerelease+1360
Commit 7b804f0* (2014-02-01 20:29 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-2500K @ 3.3GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
LAPACK: libopenblas
LIBM: libopenlibm
Python, IPython and dependencies is Anaconda.