Scott Thomas

Results 19 comments of Scott Thomas

Perhaps the tool bar has a toggle that we can include a key binding for. It looks like uber-juno is not needed if the other packages are installed individually. In...

That sounds reasonable, as it is not really a core part of Juno but just provides access to its features. I think the first thing to do is review the...

Looks like atom-julia-client now includes debugging commands. I haven't quite been able to get the breakpoints to work yet though.

Julia 0.5 is out! I have been taking a look at the current keybindings and the new features in Juno and thinking about how best to arrange the functionality under...

Problem still persists - here's a [backtrace](https://gist.github.com/swt30/d0730b6ac75ed05c7ef4e9cdf831e0f7).

OK, downgrading python/qt/sip works: ``` $ conda install python=3.4 pyqt=4.10 [...] The following packages will be DOWNGRADED due to dependency conflicts: pyqt: 4.11.4-py35_4 --> 4.10.4-py34_0 python: 3.5.2-0 --> 3.4.5-0 qt:...

Yes I am. ``` julia> using PyPlot julia> pygui(:qt) :qt julia> figure() signal (11): Segmentation fault unknown function (ip: 0x32736) unknown function (ip: (nil)) [1] 27445 segmentation fault julia ~❯...

Works fine: ``` julia> using PyCall julia> pygui(:tk) :tk julia> using PyPlot julia> figure() PyPlot.Figure(PyObject ) ```

That also works just fine.

No. When I tested it with Conda.jl, which uses Python 2, it didn't work with the newer Qt either. If anyone reading this needs a temporary workaround, you should be...