summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorLinc2427 <ahmadmiqdad27@te.student.pens.ac.id>2024-07-04 21:44:15 +0700
committerLinc2427 <ahmadmiqdad27@te.student.pens.ac.id>2024-07-04 21:44:15 +0700
commitfb7546cada4fd203230ba9e9d57cfe5e4da93366 (patch)
treed942126f33e6fe6d4d278f7f49649c3128425c5a /content/posts
parentc0aaa947c5e789435c1872b5fe23f9695502580f (diff)
Edits
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/notebook.md5
1 files changed, 3 insertions, 2 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.