From 3ee056c3253daaaec5b1c73e4d422a9d4efc45e9 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 14 Aug 2024 15:36:17 +0200 Subject: [PATCH 1/2] replace juliaobserver link --- book/src/chap20.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/chap20.asciidoc b/book/src/chap20.asciidoc index b7ffc90..4dab451 100755 --- a/book/src/chap20.asciidoc +++ b/book/src/chap20.asciidoc @@ -11,7 +11,7 @@ Julia provides also a large number of specialized modules in its Standard Librar * +using _Module_+ imports all exported +_Module_+ functions, types and macros. (((using))) -Additional functionality can be added from a growing collection of packages (https://juliaobserver.com). +Additional functionality can be added from a growing collection of packages (https://juliahub.com/ui/Home). This chapter is not a replacement of the official Julia documentation. I give merely some examples to illustrate what is possible without being exhaustive. Functions already introduced elsewhere are not included. A complete overview can be found in https://docs.julialang.org. From d4f1f4fac5d553a364e8aa18edf93acd0de8b9cc Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 14 Aug 2024 15:40:31 +0200 Subject: [PATCH 2/2] remove juliabox file --- book/src/appb.oldjuliaboxasciidoc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 book/src/appb.oldjuliaboxasciidoc diff --git a/book/src/appb.oldjuliaboxasciidoc b/book/src/appb.oldjuliaboxasciidoc deleted file mode 100755 index 92b420a..0000000 --- a/book/src/appb.oldjuliaboxasciidoc +++ /dev/null @@ -1,25 +0,0 @@ -[appendix] -[[juliabox]] -== JuliaBox - -JuliaBox allows you to run Julia in your browser. Enter the url https://www.juliabox.com, login and start using the Jupyter environment. - -The initial screen is shown in <>. The new button allows the creation of a Julia notebook, a text file, a folder or a terminal session. - -In a terminal session, the command *+julia+* starts the REPL as shown in <>. - -The notebook interface allows to mix text in Markdown markup and highlighted code with associated output. <> shows an example. - -Further documentation can be found on the website of Jupyter: http://jupyter.org/documentation. - -[[figb-1]] -.Initial screen -image::images/screenshot0.png[] - -[[figb-2]] -.Terminal session -image::images/screenshot1.png[] - -[[figb-3]] -.Notebook -image::images/screenshot2.png[] \ No newline at end of file