Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Informatik2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Schleinzer
Informatik2022
Commits
c5d7d576
Commit
c5d7d576
authored
2 years ago
by
Malte Woidt
Browse files
Options
Downloads
Patches
Plain Diff
Beschreibung der lokalen Installation
parent
abd21fe3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Readme.md
+33
-0
33 additions, 0 deletions
Readme.md
test.ipynb
+0
-41
0 additions, 41 deletions
test.ipynb
with
33 additions
and
41 deletions
Readme.md
0 → 100644
+
33
−
0
View file @
c5d7d576
**Lokale Installation von Jupyter-Notebooks**
für die Nutzung der Notebooks aus diesem Repository werden folgende Python-Pakete benötigt
*
matplotlib
*
pandas
*
numpy
*
scipy
*
jupyter-lab
*
jupyter-nbclassic
*
mobilechelonian
*
ipywidgets
Du kannst sie mit dem folgenden Befehl installieren:
```
pip3 install matplotlib pandas numpy scipy jupyter jupyter-lab jupyter-nbclassic ipywidgets mobilechelonian
```
Anschließend kann Jupyter über die Konsole gestartet werden. Dazu sollte sich die Konsole im Basisordner der Informatik-Übungen befinden.
Je nachdem welche Oberfläche du bevorzugst für Jupyter-Lab:
```
jupyter lab
```
oder Jupyter-Notebooks
```
jupyter nbclassic
```
This diff is collapsed.
Click to expand it.
test.ipynb
deleted
100644 → 0
+
0
−
41
View file @
abd21fe3
{
"cells": [
{
"cell_type": "markdown",
"id": "c42f1d8c-df01-4df2-a420-4cfebfafa664",
"metadata": {},
"source": [
"Testbook"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8b8d2705-6cc4-4895-8a1c-e6242a66c883",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.10.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:markdown id:c42f1d8c-df01-4df2-a420-4cfebfafa664 tags:
Testbook
%% Cell type:code id:8b8d2705-6cc4-4895-8a1c-e6242a66c883 tags:
```
python
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment