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

update

上级 c65cc0eb
......@@ -55,6 +55,30 @@
"jupyter notebook --port 9999\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "629a68a1-668e-456a-8358-b058bbd57101",
"metadata": {},
"source": [
"## JupyterLab 参考手册\n",
"\n",
"- [官方文档](https://jupyterlab.readthedocs.io/en/latest/index.html)\n",
"- [官方博客](https://blog.jupyter.org/search?q=jupyterlab)"
]
},
{
"cell_type": "markdown",
"id": "ba3a54db-5cac-412f-9fc7-65b3a0831b0d",
"metadata": {},
"source": [
"## 关于 JupyterLab & Jupyter Notebook\n",
"\n",
"在启动了 JupyterLab 后,你仍然可以访问 Notebook 版本,只需要将 url 后面的 lab 改成 tree 即可,即:\n",
"\n",
"- JupyterLab <http://localhost:8888/lab>\n",
"- Jupyter Notebook <http://localhost:8888/tree>"
]
}
],
"metadata": {
......
......@@ -92,6 +92,8 @@
"| 为输出新建视图 | ✅ | ❌ |\n",
"\n",
"\n",
"Jason 提到 JupyterLab 中的很多功能(file viwer、代码编辑器、cells、各种底层组件、文档跟踪等功能),均是以插件的方式在运行。\n",
"\n",
"> #### 关于优化部分的说明\n",
">\n",
"> **Notebook 新视图**\n",
......@@ -99,7 +101,7 @@
"> 2. 但其实他不仅仅是一个预览,这2个窗口(或者多个窗口)是同一个文件,并不是一个 copy ,并且允许这同一个文件两个窗口中的内容互相拖拽(实际上就是移动,比如将最底部的某个文件移动到最顶部)\n",
"> \n",
"> **右键新建 console**\n",
"> 1. 在线上的 JupyterLab & 本地的 JupyterLab 调试的时候,并没有出现 Demo 中的 Notebook 与 console 相互交互的效果;\n",
"> 1. 在线上的 JupyterLab & 本地的 JupyterLab 调试的时候,~并没有出现 Demo 中的 Notebook 与 console 相互交互的效果~ (需要在 console 中开启 `显示所有内核动态`)\n",
"> \n",
"> **为输出新建视图**\n",
"> 1. 为输出新建视图有一些很有意思的用法,可以直接当做 Dashboard 来使用\n",
......
{
"cells": [
{
"cell_type": "markdown",
"id": "1cddd820-50ca-409b-84ec-9e08f2a0092f",
"metadata": {},
"source": [
"## Exercise1 Note\n",
"\n",
"#### `Ctrl-Enter` `Shift-Enter` & `Alt-Enter`\n",
"\n",
"- `Ctrl-Enter` ,执行当前 cell\n",
"- `Shift-Enter`,执行当前 cell 并跳转至下一个 cell(没有的话则新建一个 cell)\n",
"- `Alt-Enter`,执行当前 cell 并新建一个 cell"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "33e40539-6c29-49ee-bcd0-54a933958915",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
......@@ -3,6 +3,7 @@
记录在目前使用 JupyterLab 过程中的一些问题:
1. 安装了中文语言包后 启用页 (Launcher)不显示任何内容,包括`console`,`notebook`,`terminal` 这些选项都看不见了
2. 海峰部署的版本(http://34.81.136.50/) 这个版本的启动页确是 OK的,包括 `drawIO` 这种插件的都能够显示
# 一些有意思的功能
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册