当前位置:网站首页>Configure jupyter remote server
Configure jupyter remote server
2022-07-28 12:20:00 【Braised code】
To configure J u p y t e r Jupyter Jupyter remote server
1. Generate J u p y t e r N o t e b o o k / L a b Jupyter Notebook/Lab JupyterNotebook/Lab The configuration file
Here we use N o t e b o o k Notebook Notebook For example :
jupyter notebook --generate-config
Output :
/root/.jupyter/jupyter_notebook_config.py
2. modify J u p y t e r Jupyter Jupyter The default configuration
First, generate the hash value of the password , Use P y t h o n Python Python function :
from notebook.auth import passwd
passwd()
Open the above j u p y t e r _ n o t e b o o k _ c o n f i g . p y jupyter\_notebook\_config.py jupyter_notebook_config.py file , Append... At the end of the file :
c.NotebookApp.allow_remote_access = True
c.NotebookApp.allow_root = True
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.password = 'password hash value' # Password hash value just generated by yourself
c.NotebookApp.open_browser = False
3. Hang in the background
nohup jupyter notebook --allow-root &
4. Successful visit

边栏推荐
- PHP date time application: add or subtract the number of days of a specific date
- “蔚来杯“2022牛客暑期多校训练营2
- Untiy中控制Animation的播放速度
- Force buckle 7_ 1672. Total assets of the richest customers
- SQL injection less24 (secondary injection)
- 配置Jupyter远程服务器
- Design process sharing of wireless anti loss alarm based on single chip microcomputer
- Loongarch Godson architecture document collection
- 2022.07.11 summer training personal qualifying (VI)
- Idea replication module
猜你喜欢

Google Earth engine (GEE) -- problems in the use of coordinate projection and reduceresolution functions in image downscaling

Open source database innovation in the era of digital economy | the 2022 open atom global open source summit database sub forum was successfully held

“蔚来杯“2022牛客暑期多校训练营2

Interpretation of the paper: attention mechanism in medical images

Fusion cloud native, enabling new mileage | 2022 open atom global open source summit cloud native sub forum successfully held

Unity 一键替换场景中的物体

Top level "redis notes", cache avalanche + breakdown + penetration + cluster + distributed lock, Nb

云原生机器学习落地难?灵雀云助力企业快速应用 MLOps

Unity encountered a pitfall and the AB package failed to unload

顶级“Redis笔记”,缓存雪崩+击穿+穿透+集群+分布式锁,NB了
随机推荐
China business CDP white paper | love Analysis Report
分布式定时器
Alexnet - paper analysis and reproduction
Matlab sets the size of graphics window and image and the position of legend
【vulnhub】Raven2
Hcip day 6 (OSPF related knowledge)
[leetcode] 6. invert binary tree
【Try to Hack】udf提权
SQL注入 Less24(二次注入)
Unity one key replacement of objects in the scene
Full analysis of seven classical regression analysis methods
Introduction to several methods of keeping two decimal places in PHP
"Weilai Cup" 2022 Niuke summer multi school training camp 2
【vulnhub】presidential1
Distributed system (III) construction of distributed transaction service
Unity encountered a pitfall and the AB package failed to unload
Lyscript get previous and next instructions
用C语言开发NES游戏(CC65)07、控制器
IDEA复制模块
SQL注入 Less26(过滤空格和注释符,使用不带空格的报错注入)