Skip to content
Snippets Groups Projects
Commit b9b806ba authored by Gabriel Bezhi's avatar Gabriel Bezhi
Browse files

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
%% 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment