Print JupyterLab URL

This commit is contained in:
JP Ungaretti 2022-04-14 14:55:40 -05:00
parent 33a1b95dbf
commit 9874d57d62

View file

@ -75,6 +75,8 @@ func (a *App) Jupyter(ctx context.Context, opts jupyterOptions) error {
return err
}
fmt.Println(targetUrl)
select {
case err := <-tunnelClosed:
return fmt.Errorf("tunnel closed: %w", err)