File tree 4 files changed +1786
-9
lines changed
4 files changed +1786
-9
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Please create the relevant environment before the workshop. If you encounter pro
46
46
```
47
47
1 . install Power Grid Model and some other packages we'll use for this workshop:
48
48
``` shell
49
- > pip install power-grid-model jupyter pandas matplotlib
49
+ > pip install .
50
50
```
51
51
1. Now run jupyter notebook. It will probably (depending on your system) automatically open a browser at
52
52
http://localhost:8888. If not, the console output will tell you where to find the jupyter notebook server.
@@ -82,7 +82,7 @@ Please create the relevant environment before the workshop. If you encounter pro
82
82
If you know WSL2/Linux you should be able to configure environment yourself.
83
83
84
84
```shell
85
- > pip install power-grid-model jupyter pandas
85
+ > pip install .
86
86
> jupyter notebook
87
87
```
88
88
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " power-grid-model-workshop"
3
+ version = " 0.1.0"
4
+ description = " A collection of Jupyter notebooks for Power Grid Model workshops"
5
+ readme = " README.md"
6
+ requires-python = " >=3.12"
7
+ dependencies = [
8
+ " jupyter>=1.1.1" ,
9
+ " matplotlib>=3.10.1" ,
10
+ " pandas>=2.2.3" ,
11
+ " power-grid-model>=1.10.88" ,
12
+ " power-grid-model-ds[visualizer]>=1.2.4" ,
13
+ ]
14
+
15
+ [tool .setuptools ]
16
+ packages = []
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments