Python

Windows 安裝 Jupyter Notebook Python 程式開發教學

介紹如何在 Windows 中安裝 Jupyter Notebook Python 程式開發環境。

Step 1
開啟 Windows 的「命令提示字元」,使用 pip 直接安裝 Jupyter:

pip install jupyter
安裝 jupyter

Step 2
安裝完成後,即可在命令提示字元中馬上執行以下指令啟動 Jupyter,啟動後會自動開啟瀏覽器,進入 Jupyter 環境:

jupyter notebook
Jupyter Notebook

Step 3
進入 Jupyter 環境之後,首先點選「New」。

點選「New」

Step 4
點選「Python 3」新增一份 Notebook。

點選「Python 3」

Step 5
在 Notebook 中可以直接編輯與執行 Python 程式碼,並且查看輸出。

Jupyter 程式開發環境
Share
Published by
Office Guide

Recent Posts

Python 使用 PyAutoGUI 自動操作滑鼠與鍵盤

本篇介紹如何在 Python ...

9 個月 ago

Ubuntu Linux 以 WireGuard 架設 VPN 伺服器教學與範例

本篇介紹如何在 Ubuntu ...

9 個月 ago

Linux 網路設定 ip 指令用法教學與範例

本篇介紹如何在 Linux 系...

9 個月 ago

Windows 使用 TPM 虛擬智慧卡保護 SSH 金鑰教學與範例

本篇介紹如何在 Windows...

10 個月 ago

Linux 以 Shamir’s Secret Sharing 分割保存金鑰教學與範例

介紹如何在 Linux 中使用...

11 個月 ago

Linux 以 Cryptsetup、LUKS 加密 USB 隨身碟教學與範例

介紹如何在 Linux 系統中...

11 個月 ago