Skip to content

Commit

Permalink
Fix links to R-python-julia-matlab-HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 24, 2024
1 parent 8aa9862 commit ad34c0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

???+ question "Install with pip"

- Make a virtual environment (confer this [tutorial](https://uppmax.github.io/R-python-julia-HPC/python/isolated.html)) with ``python/3.8.7`` on Rackham and install ``numpy==1.18.1`` and ``matplotlib==3.1.3``. Use ``sftp`` to get it to Bianca.
- Make a virtual environment (confer this [tutorial](https://uppmax.github.io/R-python-julia-matlab-HPC/python/isolated.html)) with ``python/3.8.7`` on Rackham and install ``numpy==1.18.1`` and ``matplotlib==3.1.3``. Use ``sftp`` to get it to Bianca.


??? tip "Answer"
Expand Down
2 changes: 1 addition & 1 deletion docs/extra/julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ mv –a <file(s)> ~/.julia/packages/

!!! info "More info"

- Julia course: isolated environments <!-- link to https://uppmax.github.io/R-python-julia-HPC/julia/isolatedJulia.html is broken and hence removed -->
- Julia course: isolated environments <!-- link to https://uppmax.github.io/R-python-julia-matlab-HPC/julia/isolatedJulia.html is broken and hence removed -->
2 changes: 1 addition & 1 deletion docs/extra/rpackages_copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installing R packages on Bianca

[R on UPPMAX course](https://uppmax.github.io/R-python-julia-HPC/r/packagesR.html)
[R on UPPMAX course](https://uppmax.github.io/R-python-julia-matlab-HPC/r/packagesR.html)

## What is a package, really?

Expand Down
10 changes: 5 additions & 5 deletions docs/intermediate/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Then within R, try loading the package you want, like ``glmnet``:
!!! info "More info"

- [Extra material: Installing R packages](https://uppmax.github.io/bianca_workshop/extra/rpackages/)
- [From R course: packages](https://uppmax.github.io/R-python-julia-HPC/r/packagesR.html){:target="_blank"}
- [From R course: isolated environments](https://uppmax.github.io/R-python-julia-HPC/R/isolatedR.html){:target="_blank"}
- [From R course: packages](https://uppmax.github.io/R-python-julia-matlab-HPC/r/packagesR.html){:target="_blank"}
- [From R course: isolated environments](https://uppmax.github.io/R-python-julia-matlab-HPC/R/isolatedR.html){:target="_blank"}


### Python and other
Expand Down Expand Up @@ -218,8 +218,8 @@ Then within R, try loading the package you want, like ``glmnet``:

- [Extra material: Installing pip packages](https://uppmax.github.io/bianca_workshop/extra/pip/){:target="_blank"}
- [UPPMAX Python user guide: Pip](http://docs.uppmax.uu.se/software/python_install_packages/#pip){:target="_blank"}
- [From Python course: packages](https://uppmax.github.io/R-python-julia-HPC/python/packages.html){:target="_blank"}
- [From Python course: isolated environments](https://uppmax.github.io/R-python-julia-HPC/python/isolated.html){:target="_blank"}
- [From Python course: packages](https://uppmax.github.io/R-python-julia-matlab-HPC/python/packages.html){:target="_blank"}
- [From Python course: isolated environments](https://uppmax.github.io/R-python-julia-matlab-HPC/python/isolated.html){:target="_blank"}


### Julia packages
Expand Down Expand Up @@ -247,7 +247,7 @@ Then within R, try loading the package you want, like ``glmnet``:

- [Extra material: Installing Julia packages](https://uppmax.github.io/bianca_workshop/extra/julia/){:target="_blank"}
- [UPPMAX julia user guide: Pip](http://docs.uppmax.uu.se/software/julia/){:target="_blank"}
- [Julia course: isolated environments](https://uppmax.github.io/R-python-julia-HPC/julia/isolatedJulia.html){:target="_blank"}
- [Julia course: isolated environments](https://uppmax.github.io/R-python-julia-matlab-HPC/julia/isolatedJulia.html){:target="_blank"}
- :warning: contact [email protected] for individual help!


Expand Down

0 comments on commit ad34c0c

Please sign in to comment.