Skip to content

Display run/experiment URL when initializing a Run #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

kgodlewski
Copy link
Contributor

@kgodlewski kgodlewski commented Jun 11, 2025

Message format approved by @normandy7

Summary by Sourcery

New Features:

  • Print the run or experiment URL upon initialization

@kgodlewski kgodlewski requested review from michalsosn and pitercl June 11, 2025 13:17
@kgodlewski kgodlewski force-pushed the kg/display-run-url branch from 46804a5 to 61402e8 Compare June 12, 2025 11:30
@kgodlewski kgodlewski requested a review from michalsosn June 12, 2025 11:30
@kgodlewski kgodlewski enabled auto-merge June 12, 2025 11:32
@@ -382,6 +385,12 @@ def _handle_sync_process_death(self) -> None:
if self._errors_queue is not None:
self._errors_queue.put(NeptuneSynchronizationStopped())

def _print_run_info(self) -> None:
try:
logger.info(f"View your run in the app:\n{self.get_run_url()}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logger.info(f"View your run in the app:\n{self.get_run_url()}")
logger.info(f"View your run in the app: {self.get_run_url()}")

@kgodlewski kgodlewski added this pull request to the merge queue Jun 13, 2025
Merged via the queue into main with commit 16f5c1f Jun 13, 2025
35 of 36 checks passed
@kgodlewski kgodlewski deleted the kg/display-run-url branch June 13, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants