From da8e1ce5d0a7d880ee539c1164da0b3a1bcdb21d Mon Sep 17 00:00:00 2001 From: valentin <valentinb@fsmpi.rwth-aachen.de> Date: Sat, 16 Oct 2021 23:05:56 +0200 Subject: [PATCH] packages: removed old python2 packages --- packages | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages b/packages index 4c82aaf..cba47a4 100644 --- a/packages +++ b/packages @@ -18,18 +18,18 @@ m |singular|singular: Tool für die Vorlesung Computeralgebra m |gap gap-*|gap: Groups, Algorithms, Programming - ein System für diskrete Mathematik M |codeblocks|codeblocks: IDE für das C++-Praktikum - P |python-numpy python3-numpy|numpy: Numeric Bibiliothek für Python - P |python-scipy python3-scipy|scipy: Python-Bibliothek für scientific computing - P |python-matplotlib python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python + P |python3-numpy|numpy: Numeric Bibiliothek für Python + P |python3-scipy|scipy: Python-Bibliothek für scientific computing + P |python3-matplotlib|matplotlib: Schnittstelle zum Plotten mit Python P |python3-seaborn|Seaborn: Schönes Plotten mit Python - p |python-sympy python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen - P |ipython ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung - P |bpython bpython3|bpython: Ein weiterer interaktiver Python Interpreter + p |python3-sympy|sympy: Python-Bibliothek für symbolische Rechnungen + P |ipython3|ipython: Interaktiver Python Interpreter mit Tab-Vervollständgung + P |bpython3|bpython: Ein weiterer interaktiver Python Interpreter P |gnuplot|gnuplot: Programm um Funktions- und Datenplots anzufertigen P |wxmaxima|wxmaxima: Graphische Benutzeroberfläche für das Maxima Computer Algebra System p |liblapack-dev|LAPACK: Eine Standard-Numerik-Bibliothek für Physiker und Numeriker P |spyder spyder3|spyder: Python IDE (die, die in Anaconda benutzt wird) - P |jupyter-notebook python-notebook|Python (Jupyter) Notebooks (Python 2 & 3) + P |jupyter-notebook|Python (Jupyter) Notebooks (Python 2 & 3) i|postgresql|postgresql: Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren I|dia|dia: Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen I|ghc|ghc: Glaskow Haskell Compiler für die Vorlesung Programmierung -- GitLab