|
|
|
@ -91,7 +91,7 @@ module JupyterService
|
|
|
|
|
|
|
|
|
|
content = response.body
|
|
|
|
|
|
|
|
|
|
c = GitService.update_file(repo_path: @shixun.repo_path,
|
|
|
|
|
c = GitService.update_file(repo_path: shixun.repo_path,
|
|
|
|
|
file_path: "01.ipynb",
|
|
|
|
|
message: message,
|
|
|
|
|
content: content,
|
|
|
|
@ -130,4 +130,4 @@ module JupyterService
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|