summaryrefslogtreecommitdiff
path: root/public/posts/notebook
diff options
context:
space:
mode:
authorLinc2427 <ahmadmiqdad27@te.student.pens.ac.id>2024-02-08 15:36:41 +0700
committerLinc2427 <ahmadmiqdad27@te.student.pens.ac.id>2024-02-08 15:36:41 +0700
commitc0aaa947c5e789435c1872b5fe23f9695502580f (patch)
tree075117fc6535072cfaec2025a58ddca7a612cf0c /public/posts/notebook
parentd1db189ff3f9786ba5917b85f707c59262899732 (diff)
Update Website
Diffstat (limited to 'public/posts/notebook')
-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>