From 942ee74ef2746e049581f52e812306bbefe6e6eb Mon Sep 17 00:00:00 2001 From: Olivier Cots <olivier.cots@irit.fr> Date: Tue, 10 Sep 2024 09:19:24 +0200 Subject: [PATCH] foo --- tp/install.ipynb | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/tp/install.ipynb b/tp/install.ipynb index 65d2d21..3f92d38 100644 --- a/tp/install.ipynb +++ b/tp/install.ipynb @@ -12,9 +12,17 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\u001b[32m\u001b[1m Activating\u001b[22m\u001b[39m project at `~/Courses/calcul_differentiel_edo/enseignants/modia/tp`\n" + ] + } + ], "source": [ "# activate local project\n", "using Pkg\n", @@ -30,26 +38,22 @@ "# install the packages in the local project\n", "Pkg.add([\"DualNumbers\", \n", " \"ForwardDiff\", \n", - " \"IJulia\",\n", " \"LinearAlgebra\", \n", " \"OrdinaryDiffEq\", \n", " \"Plots\", \n", " \"Polynomials\", \n", - " \"Printf\"])\n", - "\n", - "Pkg.build(\"IJulia\")" + " \"Printf\"])" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "# load packages from local project\n", "using DualNumbers\n", "using ForwardDiff\n", - "using IJulia\n", "using LinearAlgebra\n", "using OrdinaryDiffEq\n", "using Plots\n", @@ -60,15 +64,15 @@ ], "metadata": { "kernelspec": { - "display_name": "Julia 1.9.0", + "display_name": "Julia 1.10.5", "language": "julia", - "name": "julia-1.9" + "name": "julia-1.10" }, "language_info": { "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", - "version": "1.9.0" + "version": "1.10.5" }, "orig_nbformat": 4 }, -- GitLab