From e022f891cc9f809a5b216f96a659c90bce433c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20LEFOULON?= <francois.lefoulon@ensiie.fr> Date: Wed, 31 Mar 2021 22:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3fdd2e..8b69d8e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Notebooks are a user-friendly way of mixing code with printed results and markdo A notebook is cut in blocks containing either code, printed results or markdown/latex. Each block can be run separately, and all the functions/variables declared in it are stored in the current session. -It is important to note than blocks need preferably be executed from the top down, because the varaibles and function calls used in a block might depend on previous blocks. +It is important to note than blocks need preferably be executed from the top down, because the variables and function calls used in a block might depend on previous blocks.  @@ -28,7 +28,7 @@ https://signolle.iiens.net/files/heldAndKarp.ipynb in the search bar. - + Alternatively, you can open the notebook in a notebook editor. For information about installing such an editor, you can go to either the [Jupyter installation page](https://jupyter.org/install) or the [Pluto installation page](https://plutojl.org/#lets-do-it). Note that in order to run the blocks in the notebook rather than just seeing them, you will need to [download and install Julia > 1.4.2](https://julialang.org/downloads/). @@ -38,4 +38,4 @@ If you just want to see/run the code without the printing and block structure, y ``` jupyter nbconvert --to script heldAndKarp.ipynb -``` \ No newline at end of file +``` -- GitLab