From 360029ae90a187001c4f101548bd133b59550da2 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Tue, 26 Feb 2019 16:13:04 +0100
Subject: [PATCH] Remove unnecessary Jupyter JURECA stuff

---
 index.html | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/index.html b/index.html
index db4d225..ea3e39a 100644
--- a/index.html
+++ b/index.html
@@ -87,19 +87,9 @@
     <h1>Further Information</h1>
     <ul>
       <li><a href="https://pollev.com/aherten538">Poll</a></li>
-      <li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code></li>
+      <li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code> or <a href="https://jupyter-jsc.fz-juelich.de">use Jupyter JSC</a></li>
       <li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository with <em>all</em> the things</a></li>
     </ul>
-    <h1 id="jureca_jupyter">Backup: JURECA Jupyter Setup</h1>
-    <ol>
-      <li>Create folder for custom kernels<br/>
-        <code>mkdir -p ~/.local/share/jupyter/kernels/</code>
-      </li>
-      <li>Link tutorial kernel (<code>module</code>-loads Pandas and Seaborn before Notebook is launched)<br/>
-        <code>ln -s $PROJECT_cjsc/herten1/pandas ~/.local/share/jupyter/kernels/</code>
-      </li>
-      <li>Download <a href="pandas-tutorial-tasks--jureca.tar.gz">JURECA Jupyter task bundle</a> instead of normal task bundle (uses the custom <em>proxy</em>-kernel instead of the plain Python 3 kernel)</li>
-    </ol>
   </section>
   <footer>
     <a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a>
-- 
GitLab