Print JupyterLab URL
This commit is contained in:
parent
33a1b95dbf
commit
9874d57d62
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue