Skip to content

Commit a7f8c64

Browse files
Improve UX text: remove 'here' from notebook command
- Change 'Click here to go to your Jupyter notebook' to 'Click to go to your Jupyter notebook' - Addresses GitHub comment suggestion from PreciselyAlyss for cleaner UX text Co-Authored-By: Alec Fong <[email protected]>
1 parent 4668cba commit a7f8c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/notebook/notebook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func NewCmdNotebook(store NotebookStore, _ *terminal.Terminal) *cobra.Command {
6262

6363
fmt.Print("\n" + warningType(" Please keep this terminal open 🤙 "))
6464

65-
fmt.Print("\nClick here to go to your Jupyter notebook:\n\t 👉" + urlType("http://localhost:8888") + "👈\n\n\n")
65+
fmt.Print("\nClick to go to your Jupyter notebook:\n\t 👉" + urlType("http://localhost:8888") + "👈\n\n\n")
6666

6767
// Port forward on 8888
6868
err2 := portforward.RunPortforward(store, args[0], "8888:8888", false)

0 commit comments

Comments
 (0)