From b94eb0a1fc1f34302bde57da928839ce8e16f9af Mon Sep 17 00:00:00 2001 From: laurentheirendt Date: Tue, 20 Oct 2020 10:34:06 +0200 Subject: [PATCH] update instructions --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19ebf11..d168909 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # Julia - the scientific programming language of the future -### Dr. Laurent Heirendt +To get started on Julia: -##### Luxembourg Centre for Systems Biomedicine +``` +] add IJulia +] add Conda +``` -
-
-
+Then: -##### October 1st, 2018 - Seminar TU Munich +``` +julia> using Conda +julia> using IJulia +julia> Conda.add_channel("conda-forge") +julia> Conda.add("rise") +``` -Ref for display of Julia notebook: https://rise.readthedocs.io/en/docs_hot_fixes/usage.html +To then run the notebook: + +``` +julia> notebook() +``` + +Then, click on the bar plot icon in the toolbar or hit `Alt-R`. \ No newline at end of file -- GitLab