Skip to content

Commit

Permalink
docs(README): Correct the cmd of get Jupyter Notebook endpoint (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: zhenguo.li <zhenguo.li@shopee.com>
  • Loading branch information
Xiaoaier-Z-L and zhenguo.li committed Aug 11, 2022
1 parent 8675316 commit e77b7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ def build():
config.jupyter(password="")
```

You can get the endpoint of the running Jupyter notebook via `envd get envs`.
You can get the endpoint of the running Jupyter notebook via `envd envs ls`.

```bash
$ envd up --detach
$ envd get env
$ envd envs ls
NAME JUPYTER SSH TARGET CONTEXT IMAGE GPU CUDA CUDNN STATUS CONTAINER ID
envd-quick-start http://localhost:42779 envd-quick-start.envd /home/gaocegege/code/envd-quick-start envd-quick-start:dev false <none> <none> Up 54 seconds bd3f6a729e94
```
Expand Down

0 comments on commit e77b7d6

Please sign in to comment.