Hello, On 15 April 2016 at 21:29, Steven G. Johnson <stevenj....@gmail.com> wrote:
> For installation, what I recommend (https://github.com/stevengj/julia-mit) > is: > > ENV["PYTHON"]="" > ENV["JUPYTER"]="" > Pkg.add("IJulia") > Pkg.add("PyPlot") > > > That way, it will automatically download and use its own Miniconda > installation of Python and Jupyter, regardless of what the user has on > their machine. > Good to know. > Regarding PyPlot documentation, there is a ton of documentation out there > for Matplotlib. The trick is just to translate the Python syntax to > Julia/PyCall syntax. > Yes, indeed. I usually reply on the API reference which is quite excellent; and when I have a problem I can't solve, I usually find a ready-made solution in Stack Overflow. It has taken me a while to learn how to translate the Python doc to PyPlot. I guess I've been a slow learner. Some times I entertain the thought of making a copy of the API doc and converting it to Julia, but then I realize what a big task that would be, and that soon the doc would be out of sync. Cheers, Daniel.