当前位置:网站首页>服务器配置 jupyter环境
服务器配置 jupyter环境
2022-07-05 17:01:00 【追光少年羽】
服务器环境
随便什么服务器环境都行
配置
安装依赖,虚拟环境更好
pip3 install jupyter
进入ipython交互界面获取配置文件所需密码
from notebook.auth import passwd
passwd() #这里需要注意生成的密码种类
配置文件生成与修改
jupyter notebook --generate-config
vim /root/.jupyter/jupyter_notebook_config.py
参数设置
c.NotebookApp.ip='0.0.0.0' # 设置所有ip都可以访问
c.NotebookApp.password ='argon2:$ar...' # 之前得到的密文密码
c.NotebookApp.open_browser = False # 禁止自动打开浏览器
c.NotebookApp.port =9999 # 服务启动的端口,随便设
c.NotebookApp.allow_root = True #不用在启动时加--allow-root
c.NotebookApp.notebook_dir = "/usr/jupyter_files" #配置启动目录
启动
jupyter notebook
nohup jupyter notebook --allow-root & #关闭终端后还能运行
#其中nohup表示不挂断地运行命令、 &表示在后台运行 一般两个一起用nohup command &
可以配置对应的外部端口以及对应的配置文件和jupyter打开后的根目录
关闭
ps -aux|grep jupyter-notebook #查找进程号
kill -9 PID
插件安装
pip3 install jupyter_contrib_nbextensions
jupyter contrib nbextension install
pip3 install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable
jupyter nbextension enable
其它
注意服务器安全组配置以及防火墙放行 开放端口
边栏推荐
- Tips for extracting JSON fields from MySQL
- WR | 西湖大学鞠峰组揭示微塑料污染对人工湿地菌群与脱氮功能的影响
- 力扣解法汇总729-我的日程安排表 I
- Embedded -arm (bare board development) -2
- What are the precautions for MySQL group by
- Judge whether a string is a full letter sentence
- Tita 绩效宝:如何为年中考核做准备?
- 这个17岁的黑客天才,破解了第一代iPhone!
- ICML 2022 | Meta提出鲁棒的多目标贝叶斯优化方法,有效应对输入噪声
- thinkphp3.2.3
猜你喜欢
In depth understanding of redis memory obsolescence strategy
北京内推 | 微软亚洲研究院机器学习组招聘NLP/语音合成等方向全职研究员
Using C language to realize palindrome number
Summary of optimization scheme for implementing delay queue based on redis
33: Chapter 3: develop pass service: 16: use redis to cache user information; (to reduce the pressure on the database)
查看自己电脑连接过的WiFi密码
How to write a full score project document | acquisition technology
激动人心!2022开放原子全球开源峰会报名火热开启!
ternary operator
一文了解MySQL事务隔离级别
随机推荐
漫画:有趣的海盗问题 (完整版)
编译libssh2报错找不到openssl
The first lesson of EasyX learning
CMake教程Step1(基本起点)
Design of electronic clock based on 51 single chip microcomputer
漫画:如何实现大整数相乘?(上) 修订版
Rider set the highlighted side of the selected word, remove the warning and suggest highlighting
Machine learning 01: Introduction
Winedt common shortcut key modify shortcut key latex compile button
VBA驱动SAP GUI实现办公自动化(二):判断元素是否存在
北京内推 | 微软亚洲研究院机器学习组招聘NLP/语音合成等方向全职研究员
stirring! 2022 open atom global open source summit registration is hot!
2022年信息系统管理工程师考试大纲
【二叉树】根到叶路径上的不足节点
漫画:如何实现大整数相乘?(下)
一文了解Go语言中的函数与方法的用法
Debug kernel code through proc interface
MySQL之知识点(七)
BigDecimal除法的精度问题
How to write a full score project document | acquisition technology