From 5b809def3603962b99c51b19bac7e4a1d5902e8c Mon Sep 17 00:00:00 2001 From: GuersesTran <gguerses@eonerc.rwth-aachen.de> Date: Fri, 16 Oct 2020 12:41:52 +0200 Subject: [PATCH] final edits for profile creation --- Index.ipynb | 45 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 +++--- requirements.txt | 3 +++ 3 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 Index.ipynb diff --git a/Index.ipynb b/Index.ipynb new file mode 100644 index 0000000..190c301 --- /dev/null +++ b/Index.ipynb @@ -0,0 +1,45 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Introduction to JupyterHub\n", + "\n", + "## 1st Step\n", + "Login in the page jupyter.rwth-aachen.de/\n", + "Please use your RWTH account\n", + "\n", + "## 2.step\n", + "Select the system theory 2 profile\n", + " \n", + "## 3. Step\n", + "Direct into the folder in which we provide you with existing notebooks for your lecture.\n", + "\n", + "## 4. Step\n", + "he notebooks for each lecture are mainly based on the octave kernel. A switch to scilab or python kernels could be needed but is indicated within the respective noteooks. You can switch the kernel on the top right corner of your browser window." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "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.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/README.md b/README.md index e3c7e46..483f428 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Jupyter Example Profile +# Jupyter in System Theory II ## Introduction -This repository contains an exemplary Jupyter profile which works with the RWTH Jupyter server. To be more specific, it includes the following files +This repository serves as Sys-II Jupyter profile which works with the RWTH Jupyter server. To be more specific, it includes the following files * `Dockerfile` which defines the linux environment. In the end, the packages of an `environment.yml` or here the `requirements.txt` are installed. -[Here is a quick start guide of an example profile](https://git.rwth-aachen.de/jupyter/example-profile/-/blob/master/Quickstart.ipynb). +[Here is a quick start guide of the example profile on which this course build upon](https://git.rwth-aachen.de/jupyter/example-profile/-/blob/master/Quickstart.ipynb). ## Installation diff --git a/requirements.txt b/requirements.txt index 3eae34b..1aa2036 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ scilab_kernel +numpy +scipy +matplotlib \ No newline at end of file -- GitLab