Skip to content

Commit b2da4e2

Browse files
committed
Fix JuliaLang#855, add required status field for JupyterLab 1.0
1 parent 6de5223 commit b2da4e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/handlers.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ function kernel_info_request(socket, msg)
168168
"url"=>"http://docs.julialang.org/"),
169169
Dict("text"=>"Julia Packages",
170170
"url"=>"http://pkg.julialang.org/")
171-
])))
171+
],
172+
"status" => "ok")))
172173
end
173174

174175
function connect_request(socket, msg)

0 commit comments

Comments
 (0)