Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 27, 2023
1 parent e995936 commit 71c578b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-colab-julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function install-colab-julia {

# Install IJulia in global env and create kernel
julia -e '
import Pkg;
@info "Installing IJulia...";
Pkg.activate();
Pkg.add("IJulia"; io=devnull);
Expand Down

0 comments on commit 71c578b

Please sign in to comment.