Notebook server can't start cluster of the profile which name contains non-alphabetical and non-numeric characters such as -
. This is because of the regex defined in notebookapp._profile_regex
:
_profile_regex = r"(?P<profile>[a-zA-Z0-9]+)"
See: notebookapp._profile_regex
Probably this regex should allow anything other than slashes? At least I think it's better to add _
and -
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4