diff --git a/deps/build.jl b/deps/build.jl index 9f45a267..8cf1f1db 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -61,7 +61,7 @@ function get_jupyter_datadir() # https://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html if Sys.iswindows() # Is this right? - return joinpath(homedir(), "%APPDATA%", "jupyter") + return joinpath("%APPDATA%", "jupyter") elseif Sys.isapple() return joinpath(homedir(), "Library", "Jupyter") else