Skip to content

Instantly share code, notes, and snippets.

@dacr
Created May 8, 2023 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/fa95916cc8c083750933669065eb249c to your computer and use it in GitHub Desktop.
Save dacr/fa95916cc8c083750933669065eb249c to your computer and use it in GitHub Desktop.
BREEZE scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #2b9344cc-6b7b-4b5c-9ff8-1e44f24f9f28/8f2daffec5e0585d787fa41fcbacf333512bb1a3
#!/usr/bin/env bash
## summary : BREEZE scala-cli REPL startup script
## keywords : bash, breeze, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : 2b9344cc-6b7b-4b5c-9ff8-1e44f24f9f28
## created-on : 2023-05-08T14:08:34+02:00
## managed-by : https://github.com/dacr/code-examples-manager
scala-cli repl \
--dep "org.scalanlp::breeze:2.1.0" \
--dep "org.scalanlp::breeze-viz:2.1.0" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment