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