Show More
@@ -75,7 +75,7 from IPython.utils import py3compat | |||
|
75 | 75 | _kernel_id_regex = r"(?P<kernel_id>\w+-\w+-\w+-\w+-\w+)" |
|
76 | 76 | _kernel_action_regex = r"(?P<action>restart|interrupt)" |
|
77 | 77 | _notebook_id_regex = r"(?P<notebook_id>\w+-\w+-\w+-\w+-\w+)" |
|
78 | _profile_regex = r"(?P<profile>[a-zA-Z0-9]+)" | |
|
78 | _profile_regex = r"(?P<profile>[^\/]+)" # there is almost no text that is invalid | |
|
79 | 79 | _cluster_action_regex = r"(?P<action>start|stop)" |
|
80 | 80 | |
|
81 | 81 |
General Comments 0
You need to be logged in to leave comments.
Login now