• Stars
    star
    116
  • Rank 294,874 (Top 6 %)
  • Language
    Julia
  • License
    MIT License
  • Created about 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Connect a REPL to a remote Julia process

RemoteREPL

Version docs latest

RemoteREPL allows you to connect your local julia REPL to a separate Julia process and run commands interactively:

  • Run code in the Main module of a remote Julia process
  • Standard REPL tab completion and help mode with ?
  • Transfer variables between processes with @remote
  • Automatic ssh tunnel for network security. Reconnects dropped connections.

Read the latest documentation more information.

(See also the docs on juliahub.com).

Demo

Development

Build Status docs-dev