Skip to content

Commit 361ad3f

Browse files
committed
Fix wrong python version info
1 parent b9920c1 commit 361ad3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ In case you want to manually setup and manage remote kernels, use the [remote_ik
652652
remote_ikernel manage --add \
653653
--interface=ssh \
654654
--kernel_cmd="ipython kernel -f {connection_file}" \
655-
--name="ml-server Py 3.6" \
655+
--name="ml-server (Python)" \
656656
--host="my-workspace"
657657
```
658658

0 commit comments

Comments
 (0)