Edelmar-Schneider commited on
Commit
573f060
·
1 Parent(s): 9fd97b6

adding new notebook

Browse files
Files changed (1) hide show
  1. Example.ipynb +43 -0
Example.ipynb ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 2,
6
+ "id": "06bb6c9b-729d-4789-9115-4b3fab9907c3",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "a = 1\n"
11
+ ]
12
+ },
13
+ {
14
+ "cell_type": "code",
15
+ "execution_count": null,
16
+ "id": "1f0ac9d0-46d8-4633-9cf3-203dcde7917b",
17
+ "metadata": {},
18
+ "outputs": [],
19
+ "source": []
20
+ }
21
+ ],
22
+ "metadata": {
23
+ "kernelspec": {
24
+ "display_name": "Python 3 (ipykernel)",
25
+ "language": "python",
26
+ "name": "python3"
27
+ },
28
+ "language_info": {
29
+ "codemirror_mode": {
30
+ "name": "ipython",
31
+ "version": 3
32
+ },
33
+ "file_extension": ".py",
34
+ "mimetype": "text/x-python",
35
+ "name": "python",
36
+ "nbconvert_exporter": "python",
37
+ "pygments_lexer": "ipython3",
38
+ "version": "3.12.4"
39
+ }
40
+ },
41
+ "nbformat": 4,
42
+ "nbformat_minor": 5
43
+ }