Skip to content

Commit

Permalink
Deploy content
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Sep 16, 2024
1 parent 576a07d commit 3cf5d16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion slide-notebooks/deploy_notebooks.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Literate
## include Literate scripts starting with following 3 letters in the deploy
incl = "l9_"
incl = "l1_"
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
sol = false
##
Expand Down
4 changes: 2 additions & 2 deletions slide-notebooks/notebooks/l1_3-julia-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"\n",
"- first released in 2012\n",
"- reached version 1.0 in 2018\n",
"- current version 1.9.3 (09.2023) [ETH's JupyterHub is on 1.8]\n",
"- current version 1.10.5 (09.2024) [ETH's JupyterHub is on 1.10.2]\n",
"- thriving community, for instance there are currently around 10000 [packages registered](https://juliahub.com/ui/Packages)"
],
"metadata": {
Expand Down Expand Up @@ -161,7 +161,7 @@
"cell_type": "markdown",
"source": [
"### Julia in brief\n",
"Julia 1.0 released 2018, now at version 1.9\n",
"Julia 1.0 released 2018, now at version 1.10\n",
"\n",
"Features:\n",
"- general purpose language with a focus on technical computing\n",
Expand Down
4 changes: 2 additions & 2 deletions website/_literate/l1_3-julia-intro_web.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ language with a bend on technical computing.
- first released in 2012
- reached version 1.0 in 2018
- current version 1.9.3 (09.2023) [ETH's JupyterHub is on 1.8]
- current version 1.10.5 (09.2024) [ETH's JupyterHub is on 1.10.2]
- thriving community, for instance there are currently around 10000 [packages registered](https://juliahub.com/ui/Packages)
"""

Expand Down Expand Up @@ -98,7 +98,7 @@ plot(out[1,:], out[2,:], out[3,:])
#nb # %% A slide [markdown] {"slideshow": {"slide_type": "slide"}}
md"""
### Julia in brief
Julia 1.0 released 2018, now at version 1.9
Julia 1.0 released 2018, now at version 1.10
Features:
- general purpose language with a focus on technical computing
Expand Down

0 comments on commit 3cf5d16

Please sign in to comment.