Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

julia_code

GitHub Build Status Codacy Badge

Experiments and examples with Julia programming language

How to run the julia script from command line:

/path/to/julia code/hello.jl

New info (05-05-2020)

The easiest way to use and play around:

  1. Install Jupyter Lab (for Windows OS I highly recommend to use Conda/Anaconda)
  2. Then install the Julia programming language
  3. Run Julia in a terminal and at the prompt, type:

using Pkg
Pkg.add("IJulia")

  1. Run Jupyter Lab: jupiter lab
  2. In a Launcher menu select Notebook for Julia or Console session for Julia
  3. Done!

alt text

Old info (09-10-2018)

How to use Julia and IDE, in my case I prefer PyCharm. Please follow this link:

https://plugins.jetbrains.com/plugin/10413-julia

About

Experiments and examples with Julia programming language

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.