From 9838c8e66535edbd360d34b33edf5dd5a2e54cd6 Mon Sep 17 00:00:00 2001 From: Quentin Guilloteau <Quentin.Guilloteau@inria.fr> Date: Wed, 26 Apr 2023 10:46:11 +0200 Subject: [PATCH] add link to zip of notebooks --- pages/src/problems.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/src/problems.md b/pages/src/problems.md index 4db7375..fef57ff 100644 --- a/pages/src/problems.md +++ b/pages/src/problems.md @@ -1,4 +1,11 @@ # Frequent Problems -Nothing yet... +## The online Jupyter does not execute the notebooks + +We are using a WebAssembly implementation of Jupyter to avoid having to manage a server. +However, the WebAssembly technology is still young, and the version your browser might not be recent enough to run it. + +Either you update your browser, or the simplest solution would be to download the notebooks and execute them on your own Jupyter instance. + +Download the notebooks [here](https://gitlab.inria.fr/control-for-computing/jupyter/-/jobs/artifacts/master/raw/notebooks_tuto_ctrl.zip?job=archive_notebooks) -- GitLab