Skip to content

Commit

Permalink
disable opening browser at 8888 in gitpod
Browse files Browse the repository at this point in the history
disable opening of jupyter url via webbrowser
  • Loading branch information
shubham3121 committed Sep 21, 2022
1 parent af080fb commit acc8ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tasks:
ports:
- name: Jupyter
port: 8888
onOpen: open-browser
visibility: public
- name: Nodes
port: 8081-8083
Expand Down
4 changes: 2 additions & 2 deletions packages/hagrid/hagrid/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2789,8 +2789,8 @@ def display_jupyter_url(url_parts: Tuple[str, str, int]) -> None:
new_line_start=True,
)

if is_gitpod():
open_browser_with_url(url=url)
# if is_gitpod():
# open_browser_with_url(url=url)


def open_browser_with_url(url: str) -> None:
Expand Down

0 comments on commit acc8ac7

Please sign in to comment.