Created
May 8, 2023 20:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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