当前位置:网站首页>JupyterLab 常用配置
JupyterLab 常用配置
2022-06-26 21:49:00 【陌北v1】
JupyterLab 远程访问配置
1.初始化并生成配置文件
jupyter lab --generate-config
系统会生成</root/.jupyter/jupyter_lab_config.py文件。
2.生成密码
ipython
from jupyter_server.auth import passwd
passwd()
输入两次密码,会生成一串加密字符。请复制并保存这串字符。
exit()
退出ipython模式
3.修改配置文件
c.ServerApp.allow_remote_access = True #远程访问
c.ServerApp.allow_root = True #使用root运行
c.ServerApp.ip = '*' #监听地址
c.ServerApp.port = 80 #端口,默认8888
c.ServerApp.password = 'sha1:刚刚你获得字符串' #密码
c.ServerApp.open_browser = False #不打开浏览器
JupyterLab 安装简体中文语言包
pip install jupyterlab-language-pack-zh-CN
边栏推荐
- AI intelligent matting tool - hair can be seen
- Leetcode question brushing: String 06 (implement strstr())
- MacOS环境下使用HomeBrew安装[email protected]
- Implementation of collaborative filtering evolution version neuralcf and tensorflow2
- Netease Yunxin officially joined the smart hospital branch of China Medical Equipment Association to accelerate the construction of smart hospitals across the country
- Some ways out for older programmers
- AI智能抠图工具--头发丝都可见
- leetcode:6103. Delete the minimum score of the edge from the tree [DFS + connected component + value record of the subgraph]
- YOLOv6:又快又准的目标检测框架开源啦
- 在哪个平台买股票开户最安全?求分享
猜你喜欢
YOLOv6:又快又准的目标检测框架开源啦
leetcode:710. Random numbers in the blacklist [mapping thinking]
Some ways out for older programmers
MATLAB and MySQL database connection and data exchange (based on ODBC)
茂莱光学科创板上市:拟募资4亿 范一与范浩兄弟为实控人
AI intelligent matting tool - hair can be seen
俞敏洪:新东方并不存在倒下再翻身,摧毁又雄起的逆转
网易云信正式加入中国医学装备协会智慧医院分会,为全国智慧医院建设加速...
Yolov6: un cadre de détection de cibles rapide et précis est Open Source
MATLAB与Mysql数据库连接并数据交换(基于ODBC)
随机推荐
VB.net类库,获取屏幕内鼠标下的颜色(进阶——3)
What is the “ How to remove a custom form list?
Solution of valuenotifier < list < t > > monitoring problem in fluent
numpy中mgrid的用法
leetcode:141. Circular linked list [hash table + speed pointer]
Leetcode: String 04 (reverse the words in the string)
Many gravel 3D material mapping materials can be obtained with one click
YOLOv6:又快又准的目标检测框架开源啦
茂莱光学科创板上市:拟募资4亿 范一与范浩兄弟为实控人
Leetcode question brushing: String 02 (reverse string II)
SAP Spartacus 中的依赖注入 Dependency Injection 介绍
数据治理啥都干
y48.第三章 Kubernetes从入门到精通 -- Pod的状态和探针(二一)
Final part of web crawler: send directional messages to 100000 Netease cloud users
Y48. Chapter III kubernetes from introduction to mastery -- pod status and probe (21)
【题解】剑指 Offer 15. 二进制中1的个数(C语言)
证券注册开户有没有什么风险?安全吗?
AI intelligent matting tool - hair can be seen
「连续学习Continual learning, CL」最新2022研究综述
Yolov6: un cadre de détection de cibles rapide et précis est Open Source