diff --git a/Python/QA-004-TeachingHub-SpawnFailed.ipynb b/Python/QA-004-TeachingHub-SpawnFailed.ipynb deleted file mode 100644 index 2c449c8979fd3e42cead4696b606b5ccf3610d21..0000000000000000000000000000000000000000 --- a/Python/QA-004-TeachingHub-SpawnFailed.ipynb +++ /dev/null @@ -1,51 +0,0 @@ -{ - "cells": [ - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Connecting to TeachingHub\n", - "\n", - "*Reported on 11.12.2020*\n", - "\n", - "There is a problem with previous configurations on the Teaching Hub.\n", - "\n", - "Failure to launch/spawn a notebook/jupyter server is the result of some previous configuration files.\n", - "\n", - "If you experience messages like this:\n", - "" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Steps\n", - "\n", - "1. Connect to SRVX1 in the terminal `ssh [user]@srvx1.img.univie.ac.at`\n", - "2. Remove the `rm -rf .jupyter/` directory \n", - "3. Restart the server on the Teaching Hub" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Anaconda3 (2020.07)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.3" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}