Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATM308
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
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Aslak Whiffen
ATM308
Commits
393c6551
Commit
393c6551
authored
1 year ago
by
Sofia Järvinen
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
a2c8d5ab
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exercises_1_edited.ipynb
+49
-0
49 additions, 0 deletions
exercises_1_edited.ipynb
with
49 additions
and
0 deletions
exercises_1_edited.ipynb
0 → 100644
+
49
−
0
View file @
393c6551
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "69a1c761",
"metadata": {},
"outputs": [],
"source": [
"# Let's first import the data"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0371af8e",
"metadata": {},
"outputs": [],
"source": [
"import math\n",
"import matplotlib as plt\n",
"import pandas\n",
"\n",
"# trial"
]
}
],
"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.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:code id:69a1c761 tags:
```
python
# Let's first import the data
```
%% Cell type:code id:0371af8e tags:
```
python
import
math
import
matplotlib
as
plt
import
pandas
# trial
```
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