diff --git a/public/react/src/modules/tpm/jupyter/index.js b/public/react/src/modules/tpm/jupyter/index.js index 9d3ec50ec..0e209523f 100644 --- a/public/react/src/modules/tpm/jupyter/index.js +++ b/public/react/src/modules/tpm/jupyter/index.js @@ -319,7 +319,7 @@ function JupyterTPI (props) { visible={drawervisible} className={"RightPaneDrawer"} > -

+ {/*

*/}

{/**/} diff --git a/public/react/src/services/jupyterServer.js b/public/react/src/services/jupyterServer.js index 6ee5ec828..059aace5e 100644 --- a/public/react/src/services/jupyterServer.js +++ b/public/react/src/services/jupyterServer.js @@ -32,4 +32,10 @@ export async function fetchSyncJupyterCode (identifier) { export async function fetchSaveJupyterTpi (params) { const url = `/jupyters/save_with_tpi.json`; return axios.get(url, { params }); -} \ No newline at end of file +} + +// 重置jupyter 保存 +// export async function reset_with_tpi (params) { +// const url = `/jupyters/reset_with_tpi.json`; +// return axios.get(url, { params }); +// } \ No newline at end of file