summaryrefslogtreecommitdiff
path: root/public/posts/notebook/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/posts/notebook/index.html')
-rw-r--r--public/posts/notebook/index.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/public/posts/notebook/index.html b/public/posts/notebook/index.html
index 88373e2..cf45e03 100644
--- a/public/posts/notebook/index.html
+++ b/public/posts/notebook/index.html
@@ -20,7 +20,7 @@
- <link rel="stylesheet" type="text/css" media="screen" href="/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/main.1a179ecf698f22cf6a586613274b4d2feb284100ff63472c376cfe989b6fc2a6.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" media="(prefers-color-scheme: dark)" />
@@ -62,7 +62,20 @@
<section class="body">
- <p><img src="/notebook_windows_wsl.png" alt="Scenario 1: Jupyter Notebook"></p>
+
+<center><figure >
+
+ <img src="/notebook_windows_wsl.png" alt="Jupyter Notebook" />
+
+
+ <figcaption>
+ <h4>Jupyter Notebook</h4>
+
+ </figcaption>
+
+</figure></center>
+
+
<p>Jupyter Notebook merupakan sebuah program yang biasa digunankan untuk eksplorasi data menggunakan bahasa Julia, Python, dan R.</p>
<p>Pada kali ini saya akan menunjukkan cara menginstall Jupyter Notebook di Windows menggunakan WSL yang dimana menurut saya lebih mudah dibandingkan dengan cara instalasi secara biasa melalui instalasi python pada windows. Distro yang saya gunakan pada tutorial ini adalah <strong>Ubuntu</strong>.</p>
<p>Instalasi WSL dapat dilihat pada dokumentasi dari <a href="https://learn.microsoft.com/en-us/windows/wsl/install">Microsoft</a>. Setelah WSL terinstall ikuti langkah berikut:</p>