Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADML HSLU HS22
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
Container Registry
Model registry
Operate
Environments
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
Gabriel Bezhi
ADML HSLU HS22
Commits
b9b806ba
Commit
b9b806ba
authored
2 years ago
by
Gabriel Bezhi
Browse files
Options
Downloads
Patches
Plain Diff
Auto-saving for gabriel.bezhi@gmail.com on branch master from commit
ea46365d
parent
ea46365d
No related branches found
No related tags found
No related merge requests found
Pipeline
#493746
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VersionsForLocalinstall.ipynb
+106
-0
106 additions, 0 deletions
VersionsForLocalinstall.ipynb
with
106 additions
and
0 deletions
VersionsForLocalinstall.ipynb
0 → 100644
+
106
−
0
View file @
b9b806ba
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "37adbeba-a117-42a1-9528-d768a7165a18",
"metadata": {},
"outputs": [],
"source": [
"import sys"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "623aa5de-2046-4699-8d2c-d66507ce36c0",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"py Version: 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:25:59) \n",
"[GCC 10.3.0]\n"
]
}
],
"source": [
"print(f\"py Version: {sys.version}\")"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "a8e0f204-99b4-4539-abd5-2065d29580cb",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'1.23.3'"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import numpy\n",
"numpy.version.version"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "da407344-d061-4a16-b8c6-feccafa0a9cc",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'1.4.4'"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import pandas\n",
"pandas.__version__"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f268ddcc-f4ea-44c8-be22-973c9901b73a",
"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.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:code id:37adbeba-a117-42a1-9528-d768a7165a18 tags:
```
python
import
sys
```
%% Cell type:code id:623aa5de-2046-4699-8d2c-d66507ce36c0 tags:
```
python
print
(
f
"
py Version:
{
sys
.
version
}
"
)
```
%% Output
py Version: 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:25:59)
[GCC 10.3.0]
%% Cell type:code id:a8e0f204-99b4-4539-abd5-2065d29580cb tags:
```
python
import
numpy
numpy
.
version
.
version
```
%% Output
'1.23.3'
%% Cell type:code id:da407344-d061-4a16-b8c6-feccafa0a9cc tags:
```
python
import
pandas
pandas
.
__version__
```
%% Output
'1.4.4'
%% Cell type:code id:f268ddcc-f4ea-44c8-be22-973c9901b73a 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