Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 10, 2023 19:43
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/8e43dc220c5863a99c8bdf0e15269f88 to your computer and use it in GitHub Desktop.
Save dacr/8e43dc220c5863a99c8bdf0e15269f88 to your computer and use it in GitHub Desktop.
PLOTLY scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #e78c2e70-de8b-4b00-8b6e-e5e6d0ad8cc9/21a640dd2b270e2f76b35220137ce78ae781be5d
#!/usr/bin/env bash
## summary : PLOTLY scala-cli REPL startup script
## keywords : bash, plotly, 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 : e78c2e70-de8b-4b00-8b6e-e5e6d0ad8cc9
## created-on : 2023-05-08T14:23:20+02:00
## managed-by : https://github.com/dacr/code-examples-manager
scala-cli repl \
--dep "org.plotly-scala:plotly-render_2.13:0.8.4" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment