Skip to content

Commit

Permalink
[Update]: add tut for conductor model
Browse files Browse the repository at this point in the history
  • Loading branch information
claudezss committed May 12, 2024
1 parent 281be9d commit cb3b649
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 55 deletions.
52 changes: 0 additions & 52 deletions docs/experiments/create_network.ipynb

This file was deleted.

239 changes: 239 additions & 0 deletions docs/tutorials/conductor_current.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ nav:
- Programming: knowledge_base/programming/index.md
- Machine Learning: knowledge_base/machine_learning/index.md
- Powerflow: knowledge_base/powerflow/index.md
- Experiments:
- Network: experiments/create_network.ipynb
- Tutorials:
- Calculate Conductor Current Based on Temperature: tutorials/conductor_current.ipynb
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ dev = ["pre-commit"]
doc = [
"wheel",
"mkdocs-material",
"mknotebooks"
"mknotebooks",
"matplotlib",
"notebook",
"pandas"
]
test = [
"pytest",
Expand Down

0 comments on commit cb3b649

Please sign in to comment.