diff options
| author | Linc2427 <ahmadmiqdad27@te.student.pens.ac.id> | 2024-07-04 21:44:15 +0700 |
|---|---|---|
| committer | Linc2427 <ahmadmiqdad27@te.student.pens.ac.id> | 2024-07-04 21:44:15 +0700 |
| commit | fb7546cada4fd203230ba9e9d57cfe5e4da93366 (patch) | |
| tree | d942126f33e6fe6d4d278f7f49649c3128425c5a /content/posts | |
| parent | c0aaa947c5e789435c1872b5fe23f9695502580f (diff) | |
Edits
Diffstat (limited to 'content/posts')
| -rw-r--r-- | content/posts/notebook.md | 5 |
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. |
