Questions tagged [ijulia-notebook]

IJulia is a Julia-language backend combined with the Jupyter interactive environment (also used by IPython). This combination allows to interact with the Julia language using Jupyter/IPython's powerful notebook, which combines code, formatted text, math, and multimedia in a single document.

198 questions
-1
votes
1 answer

How to iterate in Julia?

I'm trying to make a simple iteration process in Julia (language that I just began to learn) and I'm having some troubles. I want to evaluate the expression x > 0 && x <= 3 for values ranging from 0 to 3 in order to see when condition is true. I've…
-1
votes
1 answer

Julia ERROR: no process with id 2 exists

I am trying to run Julia on multiple cores: starting in a command line (4 cores): $ /Applications/Julia-0.5.app/Contents/Resources/julia/bin/julia -p 4 How to enforce multicore in Jupyter?
Uki D. Lucas
  • 516
  • 6
  • 4
1 2 3
13
14