|
|
|
@ -88,7 +88,7 @@ class JupytersController < ApplicationController
|
|
|
|
|
|
|
|
|
|
def timeinfo_with_tpi
|
|
|
|
|
myshixun = Myshixun.find_by(identifier: params[:identifier])
|
|
|
|
|
info = jupyter_timeinfo_tpi(shixun)
|
|
|
|
|
info = jupyter_timeinfo_tpi(myshixun)
|
|
|
|
|
render json: {status: 0}.merge(info)
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|