mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix spelling
This commit is contained in:
@@ -7,7 +7,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
# A number of operations below delibrately don't check for possible errors
|
# A number of operations below deliberately don't check for possible errors
|
||||||
# As this is a healthcheck, it should succeed or raise an exception on error
|
# As this is a healthcheck, it should succeed or raise an exception on error
|
||||||
|
|
||||||
runtime_dir = Path("/home/") / os.environ["NB_USER"] / ".local/share/jupyter/runtime/"
|
runtime_dir = Path("/home/") / os.environ["NB_USER"] / ".local/share/jupyter/runtime/"
|
||||||
|
Reference in New Issue
Block a user