Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasKuhn-ak committed Aug 16, 2023
1 parent eeec2fe commit c063f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This course provides an introduction into the scientific programming language `J

To run the course material on your local machine, clone this [github repository]( https://github.com/AndreasKuhn-ak/WS2022_Julia). Download and install [Anaconda](https://www.anaconda.com/download#downloads) and [Julia](https://julialang.org/downloads/) for your operating system. Install the package [IJulia](https://datatofish.com/add-julia-to-jupyter/) with your local `Julia` installation. Now you can start using the Jupyter Notebooks of the course. Any additional packages used in the course are installed and introduced in the chapter "packages" with the integrated `Julia` packages manager.

For a first experience without any prior installation, you can also use [mybinder](https://mybinder.org/v2/gh/AndreasKuhn-ak/WS2022_Julia/HEAD) to directly execute the Jupyter notebooks in your browser. Unfortunately, this comes with some restrictions: Due to the limited server capacities of mybinder, the container building phase takes quite some time and can sometimes fail, and the GPU accelerated plotting in the ninth part will not work. You should also keep in mind that your changes will only be saved as long as your browser session is active, but you can download the changed notebooks to your local machine.
For a first experience without any prior installation, you can also use [mybinder](https://mybinder.org/v2/gh/AndreasKuhn-ak/WS2022_Julia/HEAD) to directly execute the Jupyter notebooks in your browser. Unfortunately, this comes with some restrictions: Due to the limited server capacities of mybinder, the container building phase takes quite some time,can sometimes fail and the GPU accelerated plotting in the ninth part will not work. You should also keep in mind that your changes will only be saved as long as your browser session is active, but you can download the changed notebooks to your local machine.

# Statement of Need

Expand Down

0 comments on commit c063f8e

Please sign in to comment.