diff --git a/INSTALLATION.md b/INSTALLATION.md index 0992e0c..dd6c347 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,16 +1,5 @@ # Demos and Tutorials -Quick, static views of the demo and tutorial notebooks: - -|Notebook | -|:-------:| -|[Mandelbrot set demo](notebooks/mandelbrot/notebook.ipynb) | -[Julia's secret sauce](notebooks/secret_sauce/notebook.ipynb) | -[Package composability](notebooks/pkg_composability/notebook.ipynb) | -[01 - First_steps](notebooks/01_first_steps/notebook.unexecuted.ipynb) | -[02 - DataFrames](notebooks/02_dataframes/notebook.ipynb) | -[03 - Machine learning](notebooks/03_machine_learning/notebook.ipynb) | - ## Setup The following instructions only need to be executed successfully once: diff --git a/README.md b/README.md index 3877f49..9dcf83b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ To **run demos and tutorials** presented in the workshop: [![here](https://img.shields.io/badge/run-demos%2Ftutorials-informational)](INSTALLATION.md) +Here are static views of the demos and tutorial notebooks: + +|Notebook | +|:-------:| +|[Mandelbrot set demo](notebooks/mandelbrot/notebook.ipynb) | +[Julia's secret sauce](notebooks/secret_sauce/notebook.ipynb) | +[Package composability](notebooks/pkg_composability/notebook.ipynb) | +[01 - First_steps](notebooks/01_first_steps/notebook.unexecuted.ipynb) | +[02 - DataFrames](notebooks/02_dataframes/notebook.ipynb) | +[03 - Machine learning](notebooks/03_machine_learning/notebook.ipynb) | + Some random resources for Julia newcomers: