Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Feb 22, 2025
1 parent 300ff31 commit e64ba0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stormvogel/layout_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ def show(self) -> None:
self.maybe_display_output()
self.loaded = True


def __warn_failed_positions_save(self):
warnings.warn(f"""Could not save the node positions of this graph in {self.layout.layout['saving']['filename']}
def __warn_failed_positions_save(self):
warnings.warn(f"""Could not save the node positions of this graph in {self.layout.layout['saving']['filename']}
Sorry for the inconvenience. Here are some possible fixes.
1) Restart the kernel and re-run.
2) Is the port {stormvogel.communication_server.localhost_address}:{stormvogel.communication_server.server_port} (from the machine where jupyterlab runs) available?
Expand Down

0 comments on commit e64ba0b

Please sign in to comment.