当前位置:网站首页>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 gets all the dates of this week or the last seven days
- Distributed timer
- Pycharm debugging mode
- Ruiji takeout - day01
- Huawei releases harmonyos 3 and all scene new products, and the smart experience goes further
- The principle and use of the wrap file of tolua
- Lyscript get previous and next instructions
- [geek challenge 2019] babysql-1 | SQL injection
- How can a novice quickly complete the establishment of a website? Come to the free "fitting room" experience
- Untiy中控制Animation的播放速度
猜你喜欢

Stored state and running state of program

On Governance and innovation | the openanolis sub forum of the 2022 open atom global open source summit was successfully held

Modify the running container port mapping

The principle and use of the wrap file of tolua

论治理与创新 | 2022 开放原子全球开源峰会 OpenAnolis 分论坛圆满召开

安徽京准:北斗卫星同步时钟|北斗同步时钟|NTP网络时钟服务器

数字经济时代的开源数据库创新 | 2022 开放原子全球开源峰会数据库分论坛圆满召开

Saltstack command injection vulnerability analysis (cve-2020-16846)

IRBuilder

瑞吉外卖——Day01
随机推荐
An idea plug-in helps you transform dto, VO, Bo, Po, do gracefully
[try to hack] at, SC, PS command authorization
Launcher sample code
Play with poetry - appreciate the beauty of ancient poetry
How can a novice quickly complete the establishment of a website? Come to the free "fitting room" experience
【Try to Hack】AT、SC、PS命令提权
2022.07.07 summer training personal qualifying (II)
Lyscript get previous and next instructions
【vulnhub】presidential1
【vulnhub】Raven2
PHP gets all the dates of this week or the last seven days
Full resolution of the use of go native plug-ins
Lua middle__ index、__ Understanding of newindex, rawget and rawset
Stored state and running state of program
Design process sharing of wireless anti loss alarm based on single chip microcomputer
Huawei releases harmonyos 3 and all scene new products, and the smart experience goes further
聚变云原生,赋能新里程 | 2022 开放原子全球开源峰会云原生分论坛圆满召开
String function (Part 2)
Notes on using objectanimator
Code simplification