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 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content') 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. -- cgit v1.2.3