<?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 on Chris Achinga</title>
    <link>http://me.chrisdevcode.com/tags/jupyter/</link>
    <description>Recent content in Jupyter on Chris Achinga</description>
    <image>
      <title>Chris Achinga</title>
      <url>http://me.chrisdevcode.com/images/c.png</url>
      <link>http://me.chrisdevcode.com/images/c.png</link>
    </image>
    <generator>Hugo -- 0.147.2</generator>
    <language>en</language>
    <copyright>2025 Chris Achinga</copyright>
    <lastBuildDate>Sat, 20 Aug 2022 17:04:44 +0000</lastBuildDate>
    <atom:link href="http://me.chrisdevcode.com/tags/jupyter/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using JavaScript in JupyterLab</title>
      <link>http://me.chrisdevcode.com/posts/2022/using-javascript-in-jupyterlab/</link>
      <pubDate>Sat, 20 Aug 2022 17:04:44 +0000</pubDate>
      <guid>http://me.chrisdevcode.com/posts/2022/using-javascript-in-jupyterlab/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;
This post will take you through installing JupyterLabs and how to add a NodeJS kernel to it in Ubuntu.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;installing-jupyterlabs&#34;&gt;Installing JupyterLabs&lt;/h2&gt;
&lt;p&gt;For a better experience, you should install Jupyter Lab inside a virtual environment.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo  apt install python3-venv
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;After the installation is complete, create a new environment:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;python3 -m venv jlab
&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note that you can replace the &lt;code&gt;jlab&lt;/code&gt; with any name of your choice.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Now activate the environment:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
