diff options
Diffstat (limited to 'content/posts/notebook.md')
| -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. |
