The Julia Command Line Flashcards
1
Q
Julia as a Second Language
How do you start the Julia command line?
A
- First, move to the directory where Julia files are kept
- Type “Julia”
2
Q
Julia as a Second Language
How do you start Pluto?
A
- Start julia
- import Pluto; Pluto.run()
3
Q
Julia as a Second Language
How do you activate the package function in Julia REPL?
A
]
4
Q
Julia as a Second Language
How do you ask for general help in the REPL?
A
5
Q
Julia as a Second Language
How do you ask for help with a package in the REPL?
A
6
Q
Julia as a Second Language
What is the command to recall the previous answer in the REPL?
A
ans
7
Q
Julia as a Second Language
In the julia repl how do pull up a list of commands that start with certain letters?
A