当前位置:网站首页>【20211129】Jupyter Notebook遠程服務器配置
【20211129】Jupyter Notebook遠程服務器配置
2022-07-01 12:09:00 【Yang SiCheng】
pycharm 在服務器上遠程運行 Jupyter Notebook
c.NotebookApp.ip = '*'
c.NotebookApp.port = 8891 # 注意是整型不是字符串型
c.NotebookApp.open_browser = False # 注意是 browser
c.NotebookApp.token= 'yours' # 密碼也要
首先在服務器終端運行Jupyter notebook:
jupyter notebook
結果:
[I 19:07:28.153 NotebookApp] Jupyter Notebook 6.4.6 is running at:
[I 19:07:28.153 NotebookApp] http://mjrc-server14:8891/?token=...
[I 19:07:28.153 NotebookApp] or http://127.0.0.1:8891/?token=...
踩坑!!!
(連上校園網才可以)發現在瀏覽器上 http://mjrc-server14:8891/打不開,只有換成server14.mjrc.ml才能打開,但是在配置時輸入不了,需要輸入這個http://server14.mjrc.ml:8891/?token=yours才可以完成配置!

又出現404的問題,解决辦法: pip install --upgrade jupyter ,並且重新運行筆記本程序,最後結果如下所示:

其它
首先在此網站上下載Node.js version 12或者更高並安裝,結果如下所示。

接下來的部分將詳細介紹開發和競爭你的機器人的推薦設置。對於希望使用Python和Jupyter筆記本/Kaggle交互式筆記本的用戶,可以隨意跳過這一部分,按照教程中的筆記本進行操作
為了在服務器中運行,再下載Linux Binaries (x64)的版本(也不需要),參考1、2進行Linux下載安裝
打開命令行,用以下方式安裝競賽設計
總結
沒啥好總結的,一次回了之後每次都回了,只要注意把服務器的IP換成正常的就可以了
边栏推荐
猜你喜欢

Technology sharing | MySQL: how about copying half a transaction from the database?

Learning summary on June 28, 2022

Istio、eBPF 和 RSocket Broker:深入研究服务网格

研发效能度量框架解读

Explore the contour detection function findcontours() of OpenCV in detail with practical examples, and thoroughly understand the real role and meaning of each parameter and mode

栈-------

强大、好用、适合程序员/软件开发者的专业编辑器/笔记软件综合评测和全面推荐

【20220605】文献翻译——虚拟现实中的可视化:一个系统的回顾
![[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 8](/img/16/e1a0a52964c8a55eb729469114fc60.jpg)
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 8
![[106] 360 check font - check whether the copyright of local Fonts is commercially available](/img/a7/615e8000647b56f03a6a1d3dd81b6d.jpg)
[106] 360 check font - check whether the copyright of local Fonts is commercially available
随机推荐
Dataset partitioning script for classification tasks
Rural guys earn from more than 2000 a month to hundreds of thousands a year. Most brick movers can walk my way ǃ
Onenet Internet of things platform - the console sends commands to mqtt product devices
【单片机】【数码管】数码管显示
Onenet Internet of things platform - mqtt product equipment upload data points
【datawhale202206】pyTorch推荐系统:召回模型 DSSM&YoutubeDNN
Chen Gong: Micro service, is it still so pure?
241. Design priority for operational expressions: DFS application questions
Why does the JVM heap memory exceed 32g and pointer compression fail?
Computer graduation project asp Net attendance management system vs developing SQLSERVER database web structure c programming computer web page source code project
Emotion analysis based on IMDB comment data set
基于IMDB评论数据集的情感分析
华为HMS Core携手超图为三维GIS注入新动能
Deep understanding of grpc part1
Onenet Internet of things platform - mqtt product devices send messages to message queues MQ
自组织是管理者和成员的双向奔赴
[Yunju entrepreneurial foundation notes] Chapter 7 Entrepreneurial Resource test 6
伸展树(一) - 概念和C实现
JPA and criteria API - select only specific columns - JPA & criteria API - select only specific columns
队列操作---