<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Jupyter-Notebook on Duke Hsu ｜ Learn • Build • Share</title><link>https://www.dukehsu.com/tags/jupyter-notebook.html</link><description>Recent content in Jupyter-Notebook on Duke Hsu ｜ Learn • Build • Share</description><image><title>Duke Hsu ｜ Learn • Build • Share</title><url>https://www.dukehsu.com/images/og-default.jpg</url><link>https://www.dukehsu.com/images/og-default.jpg</link></image><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 12 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.dukehsu.com/tags/jupyter-notebook/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Jupyter notebook on Ubuntu 24.04 and allow remote access.</title><link>https://www.dukehsu.com/posts/install_jupyter_notebook_on_ubuntu_24-04.html</link><pubDate>Tue, 12 Aug 2025 00:00:00 +0000</pubDate><guid>https://www.dukehsu.com/posts/install_jupyter_notebook_on_ubuntu_24-04.html</guid><description>&lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Vultr&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;How to Install Jupyter Notebook on Ubuntu 24.04&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.vultr.com/how-to-install-jupyter-notebook-on-ubuntu-24-04"&gt;https://docs.vultr.com/how-to-install-jupyter-notebook-on-ubuntu-24-04&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ubuntu 24.04&lt;/li&gt;
&lt;li&gt;Internet access&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="install-jupyter-notebook-with-pip"&gt;Install Jupyter Notebook with pip&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Update the APT package index:
&lt;code&gt;sudo apt update&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Install the virtualenv package:
&lt;code&gt;sudo apt install python3-virtualenv -y&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Create a virtual environment:
&lt;code&gt;virtualenv jupyter_env&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Activate the virtual environment:
&lt;code&gt;source jupyter_env/bin/activate&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Install Jupyter Notebook:
&lt;code&gt;pip install jupyter&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Verify the installed version:
&lt;code&gt;jupyter-notebook --version&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can deactivate the virtual environment at any time by running &lt;code&gt;deactivate&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>