Skip to content

Commit

Permalink
Merge pull request #358 from pep-dortmund/fixes-for-new-issues
Browse files Browse the repository at this point in the history
add reminder to activate the virtenv to python notebook, fixes #355
  • Loading branch information
LuckyJosh committed Sep 25, 2023
2 parents 3f22d36 + 105a53d commit f2dcf6f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions python/python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,19 @@
"\n",
"Keine Angst: Zum Erstellen von Plots und für einfache Auswertungen muss man nicht viel Python können!\n",
"\n",
"Die folgenden Beispiele kann man auf der Kommandozeile durch Ausführen von\n",
"Die folgenden Beispiele kann man auf der Kommandozeile ausprobieren.\n",
"\n",
"Dazu müsst ihr zunächst die virtuelle Python Umgebung mit \n",
"```\n",
"mamba activate toolbox\n",
"```\n",
"aktiveren.\n",
"\n",
"Anschließend könnt ihr die `IPython`-Kommandozeile mit\n",
"```\n",
"ipython\n",
"```\n",
"ausprobieren."
"starten und dort Beispiele ausprobieren."
]
},
{
Expand Down

0 comments on commit f2dcf6f

Please sign in to comment.