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”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Julia as a Second Language

How do you start Pluto?

A
  • Start julia
  • import Pluto; Pluto.run()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Julia as a Second Language

How do you activate the package function in Julia REPL?

A

]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Julia as a Second Language

How do you ask for general help in the REPL?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Julia as a Second Language

How do you ask for help with a package in the REPL?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Julia as a Second Language

What is the command to recall the previous answer in the REPL?

A

ans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly