twosigma / beakerx

Beaker Extensions for Jupyter Notebook
http://BeakerX.com
Apache License 2.0
2.79k stars 382 forks source link

[Native Beaker] Unable to initializing Julia 0.5 on Windows 7 #5357

Closed Iscalc closed 7 years ago

Iscalc commented 7 years ago

On Windows 7 after settingbeaker.pref.json as:

"languages" : { "IPython" : { "path" : "C:\\Users\\Iscalc\\Anaconda2" }, "Python3" : { "path" : "C:\\Anaconda3\\python" }, "Julia" : { "path" : "C:\\JuliaPro-0.5.0.5\\Julia-0.5.0\\bin" }, "R" : { "path" : "C:\\R\\R-3.4.0\\bin\\x64" }, "Kdb" : { "path" : "c:\\q\\w32" } },

I am unable to initialize either Julia, Python or Kdb. However, it is possible to run R and SQL.

scottdraves commented 7 years ago

hi, thaks for the report. we are working on a new version of Beaker called BeakerX that should fix this problem, among many others. please see the README of this repository for more info.