Skip to content

Instantly share code, notes, and snippets.

@oraoto
Last active August 23, 2018 03:41
Show Gist options
  • Save oraoto/62986b6e0f364d2d4586f03b5b32de87 to your computer and use it in GitHub Desktop.
Save oraoto/62986b6e0f364d2d4586f03b5b32de87 to your computer and use it in GitHub Desktop.
AI Studio打开Terminal

打开Terminal页

通过修改URL直接进入Juputer的Termianl页面:

把URL最后的/notebooks/<project_id>.ipynb替换为/terminals/1

例如notebook页面:

http://aistudio.baidu.com/user/603/21127/notebooks/21127.ipynb

对应的Terminal页面:

http://aistudio.baidu.com/user/603/21127/terminals/1

执行脚本

打开浏览器的开发者工具,执行以下脚本:

$("body").append(`<div id="header"></div>`);
$(".notebook-header").hide();
$("body").append(`<script src="http://aistudio.baidu.com/user/603/21127/static/terminal/js/main.min.js?v=b691e75aecf5ecab733a0e1713a4ff79"></script>`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment