Juno IDE

Overview

Teaching: 20 min
Exercises: 0 min
Questions
  • How to make use of the Juno IDE.

Objectives
  • Discover inline code execution: Line, Block, File.

  • Open and use the Juno REPL, terminal and file explorer.

Key Points

  • Juno allows module aware code evaluation in the editor as well as in the built-in REPL

  • In addition access to terminal, file explorer and git are available.

  • Line evaluation is triggered by Ctrl+Return or Shift+Return.

  • Block evaluation is triggered by Alt+Return. Blocks are marked by ##.

  • File evaluation is triggered by Ctrl+Shift+Return.