@ -53,8 +53,7 @@ class JupytersController < ApplicationController
shixun = Shixun.find_by(identifier: params[:identifier])
url = jupyter_url_with_shixun(shixun)
port = jupyter_port_with_shixun(shixun)
#render json: {status: 0, url: url, port: port}
render json: {status: 0}
render json: {status: 0, url: url, port: port}
end
def reset_with_tpi