程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python downloads Jupiter notebook and modifies the default address

編輯:Python

System :win10 python3.7.0

Keyboard operation :win+R —— Pop up the running page —— Input :cmd—— Jump to the page

Use pip Installation

pip install jupyter

Upgrade operations

pip install --upgrade pip

function jupyter notebook

jupyter notebook

Modify the default address of the file

  Open folder C:\Users\DELL\.jupyter, Right click on the jupyter_notebook_config.py file

Open mode —— choice —— Notepad

Similar to the following pages

Find in Notepad ( Press Ctrl+F)NotebookApp.notebook_dir  The position of

Change the folder in the back to the folder location you want , And put the front # Remove the number , Change to non comment statement . 

  Just reopen it in the terminal

 


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved