From ebd96899aa1c7c1abf736771a48438a35ed2fc44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr>
Date: Mon, 17 May 2021 11:24:02 +0200
Subject: [PATCH] Remove a paragraph which was relevant only prior to the
 upgrade to Jupyter-lab.

---
 0b-getting_started_with_tutorial.ipynb | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/0b-getting_started_with_tutorial.ipynb b/0b-getting_started_with_tutorial.ipynb
index 462e196..672f59a 100644
--- a/0b-getting_started_with_tutorial.ipynb
+++ b/0b-getting_started_with_tutorial.ipynb
@@ -44,18 +44,6 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## Setting up Jupyter\n",
-    "\n",
-    "Normally, everything should be fine after the install command given in the README... but it wasn't for me: some stuff like the LaTeX citation no longer worked.\n",
-    "\n",
-    "If that is the case:\n",
-    "\n",
-    "- Click on the Jupyter symbol in the upper left corner.\n",
-    "- Click on the tab \"Nbextension\"\n",
-    "- Untick \"disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)\" (seems to be a [bug](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/issues/103)).\n",
-    "- Tick \"(some) LaTeX environments for Jupyter\".\n",
-    "\n",
-    "\n",
     "## Few guidelines about Jupyter\n",
     "\n",
     "You might not be familiar with Jupyter notebooks, so here are few tips to run it smoothly (the _Help_ menu will help you find more if you need it).\n",
-- 
GitLab