提交 1d855a9c 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

update notebook themes

上级 0d8cbb3e
......@@ -428,17 +428,26 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3063855a-5805-4cea-84d9-e9d0d6236c49",
"cell_type": "markdown",
"id": "5226cfce-66ea-4986-a36a-4ca2025f7b31",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## Jupyter Notebook Themes\n",
"\n",
"> Jupyter Themes 仅针对 `Jupyter Notebook` 生效,对 `Jupyter Lab` 无效\n",
"\n",
"Jupyter Notebook Themes 的安装及主体切换均需要在 Terminal 或者 Console 中执行(当然你也可以选择在 代码 Cell 中通过 `!jt -r` 这样的方式来执行)\n",
"\n",
"1. 安装 Jupyter Themes,命令为 `pip install jupyterthemes`\n",
"2. 查看可以使用的主题,命令为 `jt -l`\n",
"3. 切换到某个主题,命令为 `jt -t <theme-name>`\n",
"4. 恢复到默认主题的命令为 `jt -r`"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
......@@ -452,7 +461,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.1"
},
"toc-showtags": false
},
......
......@@ -15,3 +15,4 @@
- [IPython Blocks @ 一个共享用 notebook 来控制颜色色块代码的挺有意思的网站](http://www.ipythonblocks.org/)
- [社区维护的内核列表 @ GitHub](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels)
- [RISE](https://rise.readthedocs.io/en/stable/index.html)
......@@ -107,4 +107,10 @@ Jupyterlab-git 用的过程中有以下几个问题:
3. Push 之后 History 里面显示 origin/master 还是落后本地 master 分支(存在5~6 分钟的延迟)
4. 包括 Changed 的内容进行 `add` 操作添加到 Staged 里面的时候,也存在明显的延迟
<!-- 这是一条通过 http://35.194.215.230/ 推送的 commit -->
\ No newline at end of file
<!-- 这是一条通过 http://35.194.215.230/ 推送的 commit -->
### RISE 插件
[RISE](https://rise.readthedocs.io/en/stable/index.html) 是一个挺有意思的 Jupyter 插件,允许将一个 Notebook(`.ipynb`) 文件转成一个可以演示的 Demo,eg:
![RISE Demo](https://rise.readthedocs.io/en/stable/_images/basic_usage.gif)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册