From fb7546cada4fd203230ba9e9d57cfe5e4da93366 Mon Sep 17 00:00:00 2001 From: Linc2427 Date: Thu, 4 Jul 2024 21:44:15 +0700 Subject: Edits --- content/posts/notebook.md | 5 +++-- public/posts/notebook/index.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/posts/notebook.md b/content/posts/notebook.md index 2719722..ce8490b 100644 --- a/content/posts/notebook.md +++ b/content/posts/notebook.md @@ -24,11 +24,12 @@ pip install notebook ``` 4. Jalankan Jupyter Notebook ```shell -jupyter notebook +jupyter notebook --no-browser ``` atau ```shell -python3 -m notebook +python3 -m notebook --no-browser + ``` Untuk mengakses folder yang kalian inginkan gunakan perintah seperti biasa pada linux yaitu dengan cd ke direktori yang kalian inginkan. diff --git a/public/posts/notebook/index.html b/public/posts/notebook/index.html index cf45e03..ca84901 100644 --- a/public/posts/notebook/index.html +++ b/public/posts/notebook/index.html @@ -91,9 +91,9 @@
  1. Jalankan Jupyter Notebook
-
jupyter notebook
+
jupyter notebook --no-browser
 

atau

-
python3 -m notebook
+
python3 -m notebook --no-browser
 

Untuk mengakses folder yang kalian inginkan gunakan perintah seperti biasa pada linux yaitu dengan cd ke direktori yang kalian inginkan.

Nah! cukup mudah bukan dibandingkan cara biasanya 👍😁👍

-- cgit v1.2.3