Skip to content

Commit

Permalink
Fix #855, add required status field for JupyterLab 1.0 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrobson authored and stevengj committed Jul 21, 2019
1 parent 6de5223 commit 9c9617a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ function kernel_info_request(socket, msg)
"url"=>"http://docs.julialang.org/"),
Dict("text"=>"Julia Packages",
"url"=>"http://pkg.julialang.org/")
])))
],
"status" => "ok")))
end

function connect_request(socket, msg)
Expand Down

0 comments on commit 9c9617a

Please sign in to comment.