Jupyter notebook入門教程

2021-08-28 14:42:28 字數 478 閱讀 8352

用jupyter lab 吧  更高階些

getting started with the jupyter notebook(part 1)

jupyter_link,

jupyter notebook(又稱ipython notebook)是乙個互動式的筆記本,支援執行超過40種程式語言。本文中,我們將介紹jupyter notebook的主要特點,了解為什麼它能成為人們創造優美的可互動式文件和教育資源的乙個強大工具。

在使用這個notebook之前,你需要先進行安裝。你可以在jupyter website上找到完整的安裝步驟。

(譯者注:推薦使用anaconda,自帶了numpy、scipy、matplotlib等多種python開發包和jupyter notebook)

安裝完畢後,在linux終端執行下列命令:

jupyter notebook
然後,你將看到類似下面顯示的語句:

遠端訪問jupyter notebook

ipython notebook是乙個基於瀏覽器的python資料分析工具,使用起來非常方便,具有極強的互動方式和富文字的展示效果。jupyter是它的公升級版,但是它預設只能在本地訪問,如果想把它安裝在伺服器上,然後在本地遠端訪問,則需要進行如下配置 1.登陸遠端伺服器 2.生成配置檔案 jupy...

Jupyter Notebook啟用conda環境

windows環境配置如下 1.開啟預設conda環境 root c users username 2.選擇要在jupyter notebook中啟用的env,並啟用 root style transfer d programdata miniconda3 envs style transfer r...

遠端訪問jupyter notebook

步驟如下 1.登入遠端伺服器 2.生成jupyter配置檔案 jupyter notebook generate config 3.手動生成密碼 開啟ipython,建立密碼的密文 in 1 from notebook.auth import passwd in 2 passwd enter pas...