小智 9
转到site-packagespython环境的目录并进行修改site-packages/notebook/static/notebook/js/main.min.js
找到类似的东西
Notebook.options_default = {
// can be any cell type, or the special values of
// 'above', 'below', or 'selected' to get the value from another cell.
default_cell_type: 'code'
};
Run Code Online (Sandbox Code Playgroud)
改变default_cell_type: 'code'成default_cell_type: 'markdown'
在 JupyterLab 中,您可以转到Settings -> Advanced Settings manager -> Notebook“用户首选项”,然后添加以下内容:
{
"defaultCell": "markdown"
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1562 次 |
| 最近记录: |