diff --git a/index.html b/index.html index db4d225ef11673ea6da8a61714b78fb966b54975..ea3e39a828fc9cdb42583ffdcce35dbc4937f94c 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>