本地登陸 cmd輸入下面的命令,會進入用戶主目錄 在瀏覽器打開時,提示輸入token,復制命令行上的token還是不能進入,其實瀏覽器上有提示的,按照提示操作即可,輸入“jupyter notebook list”,然后可以看到當前運行的服務以及相應的token,將 "b2d ...
前言 如果在服務器上安裝一個jupyter,那么就可以隨時隨地使用jupyter,很方便。 本文主要記錄centos 上jupyter的安裝方法,設置密碼的方法,添加守護進程的方法,順便給它設置個域名。 安裝jupyter 參考 Jupyter notebook 或者官網文檔,完成jupyter的安裝。 升級pip pip install upgrade pip 安裝jupyter pip ins ...
2022-03-25 22:18 0 962 推薦指數:
本地登陸 cmd輸入下面的命令,會進入用戶主目錄 在瀏覽器打開時,提示輸入token,復制命令行上的token還是不能進入,其實瀏覽器上有提示的,按照提示操作即可,輸入“jupyter notebook list”,然后可以看到當前運行的服務以及相應的token,將 "b2d ...
Jupyter Notebook 和matplotlib Jupyter Notebook安裝 Python 3 : python3 -m pip install --upgrade pip python3 -m pip install jupyter Python ...
安裝配置虛擬機 下載地址(VMware Workstation 15.5.0):https://www.cr173.com/soft/68480.html 注:安裝過程中可能提示需要重啟 Keys: VMware 2019 v15.x 永久許可證激活密鑰 ...
1、安裝 pip3 install jupyter 2、配置 2.1. 生成一個 notebook 配置文件 jupyter notebook --generate-config /root/.jupyter/jupyter ...
介紹 Samba可以讓我們在windows中訪問linux系統中的文件,如果用來調試linux虛擬機中的代碼會非常的方便 1、安裝 yum -y update yum install samba samba-client samba-swat -y 2、查看安裝情況 ...
一、檢查安裝條件 1、在安裝之前查看系統是否支持PPTP VPN [root@localhost ~]# modprobe ppp-compress-18 && echo success 輸出success,則表示支持。否則嘗試安裝kernel-devel ...
關閉selinux,不然nginx的反向代理會報錯connect() to 127.0.0.1:8080 failed (13: Permission denied) while connect ...