Skip to content

Commit

Permalink
removes redundant sld explorer and sld navigator (their features are …
Browse files Browse the repository at this point in the history
…now included in the network explorer)

Signed-off-by: Christian Biasuzzi <[email protected]>
  • Loading branch information
CBiasuzzi committed May 3, 2024
1 parent 5271139 commit 77b0d36
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 254 deletions.
61 changes: 0 additions & 61 deletions examples/demo_sld_explorer.ipynb

This file was deleted.

58 changes: 0 additions & 58 deletions examples/demo_sld_navigator.ipynb

This file was deleted.

2 changes: 0 additions & 2 deletions src/pypowsybl_jupyter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from .sldwidget import (
SldWidget, display_sld, update_sld
)
from .sldexplorer import sld_explorer
from .sldnavigator import sld_navigator
from .nadwidget import (
NadWidget, display_nad, update_nad
)
Expand Down
81 changes: 0 additions & 81 deletions src/pypowsybl_jupyter/sldexplorer.py

This file was deleted.

52 changes: 0 additions & 52 deletions src/pypowsybl_jupyter/sldnavigator.py

This file was deleted.

0 comments on commit 77b0d36

Please sign in to comment.