<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Mon, 18 May 2026 04:51:17 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Jupyter Notebooks”</title>
    <link>https://coder.show/tags/jupyter%20notebooks</link>
    <pubDate>Mon, 24 Feb 2025 10:00:00 -0500</pubDate>
    <description>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A weekly talk show</itunes:subtitle>
    <itunes:author>The Mad Botter</itunes:author>
    <itunes:summary>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>The Mad Botter</itunes:name>
      <itunes:email>michael@themadbotter.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="Business"/>
<item>
  <title>608: R With Eric Nantz</title>
  <link>https://coder.show/608</link>
  <guid isPermaLink="false">d51f0133-5186-443e-92e8-9e7a65fa2203</guid>
  <pubDate>Mon, 24 Feb 2025 10:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/d51f0133-5186-443e-92e8-9e7a65fa2203.mp3" length="79954390" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike sits down with Eric Nantz of the R podcast and R Weekly</itunes:subtitle>
  <itunes:duration>55:29</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>&lt;p&gt;&lt;strong&gt;House Keeping&lt;/strong&gt;&lt;br&gt;
Google / YouTube Update&lt;br&gt;
Join the Discord!&lt;br&gt;
Feedback&lt;br&gt;
Rust in the Linux Kernel.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;R Stuff&lt;/strong&gt;&lt;br&gt;
What is R Again?&lt;br&gt;
Great presentation by John Chambers at UseR! 2006 &lt;a href="https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf" target="_blank" rel="nofollow noopener"&gt;https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf&lt;/a&gt; &lt;br&gt;
The times have changed, now R is very much suited for production use and not just an academic research language&lt;br&gt;
Highly recommend reading Advanced R for more comprehensive details on the quirks of the language &lt;a href="https://adv-r.hadley.nz/index.html" target="_blank" rel="nofollow noopener"&gt;https://adv-r.hadley.nz/index.html&lt;/a&gt; &lt;br&gt;
R VS Python for Data?&lt;br&gt;
Different philosophies on the use of the language&lt;br&gt;
CRAN vs PyPi &lt;br&gt;
Interoperability becoming more mainstream now&lt;br&gt;
Visualization: R has always been leaps and bounds ahead (Grammar of Graphics, interactive widgets, etc)&lt;br&gt;
R Dev Stack?&lt;br&gt;
IDEs: RStudio, now Positron &lt;a href="https://positron.posit.co/" target="_blank" rel="nofollow noopener"&gt;https://positron.posit.co/&lt;/a&gt; &lt;br&gt;
Managing package installations with renv &lt;a href="https://rstudio.github.io/renv/" target="_blank" rel="nofollow noopener"&gt;https://rstudio.github.io/renv/&lt;/a&gt; &lt;br&gt;
Building web apps with Shiny: &lt;a href="https://shiny.posit.co/" target="_blank" rel="nofollow noopener"&gt;https://shiny.posit.co/&lt;/a&gt; (I got so engrossed in this space that I created the Shiny Developer Series because of it)&lt;br&gt;
Early adopter of using Docker with R in devcontainers with VS-Code. &lt;br&gt;
New tech I’m excited about to enhance dev stacks and sharing apps&lt;br&gt;
WebAssembly with webR &lt;a href="https://docs.r-wasm.org/webr/latest/" target="_blank" rel="nofollow noopener"&gt;https://docs.r-wasm.org/webr/latest/&lt;/a&gt; &lt;br&gt;
Shiny apps in webR? Yes you can &lt;a href="https://github.com/RConsortium/submissions-pilot4-webR" target="_blank" rel="nofollow noopener"&gt;https://github.com/RConsortium/submissions-pilot4-webR&lt;/a&gt; &lt;br&gt;
Managing dev environment combined with Nix: The rix package &lt;a href="https://github.com/ropensci/rix" target="_blank" rel="nofollow noopener"&gt;https://github.com/ropensci/rix&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;(More organized links for show notes)&lt;/p&gt;

&lt;p&gt;R Language: &lt;a href="https://r-project.org" target="_blank" rel="nofollow noopener"&gt;https://r-project.org&lt;/a&gt;&lt;br&gt;
Posit (formerly RStudio): &lt;a href="https://posit.co" target="_blank" rel="nofollow noopener"&gt;https://posit.co&lt;/a&gt; &lt;br&gt;
RStudio IDE &lt;a href="https://posit.co/products/open-source/rstudio/" target="_blank" rel="nofollow noopener"&gt;https://posit.co/products/open-source/rstudio/&lt;/a&gt; &lt;br&gt;
Positron (still in beta): &lt;a href="https://positron.posit.co/" target="_blank" rel="nofollow noopener"&gt;https://positron.posit.co/&lt;/a&gt; &lt;br&gt;
History of S and R presentation by John Chambers at useR! 2006: &lt;a href="http://www.r-project.org/user-2006/Slides/Chambers.pdf" target="_blank" rel="nofollow noopener"&gt;http://www.r-project.org/user-2006/Slides/Chambers.pdf&lt;/a&gt;&lt;br&gt;
Advanced R (2nd edition) by Hadley Wickham &lt;a href="https://adv-r.hadley.nz/index.html" target="_blank" rel="nofollow noopener"&gt;https://adv-r.hadley.nz/index.html&lt;/a&gt; &lt;br&gt;
Shiny - Easy interactive web applications with R:  &lt;a href="https://shiny.posit.co/" target="_blank" rel="nofollow noopener"&gt;https://shiny.posit.co/&lt;/a&gt; &lt;br&gt;
renv - Project environments for R: &lt;a href="https://rstudio.github.io/renv/" target="_blank" rel="nofollow noopener"&gt;https://rstudio.github.io/renv/&lt;/a&gt; &lt;br&gt;
R Markdown: &lt;a href="https://rmarkdown.rstudio.com/" target="_blank" rel="nofollow noopener"&gt;https://rmarkdown.rstudio.com/&lt;/a&gt; &lt;br&gt;
WebR - R in the browser: &lt;a href="https://docs.r-wasm.org/webr/latest/" target="_blank" rel="nofollow noopener"&gt;https://docs.r-wasm.org/webr/latest/&lt;/a&gt; &lt;br&gt;
Rix - Reproducible Data Science environments for R with Nix: &lt;a href="https://github.com/ropensci/rix" target="_blank" rel="nofollow noopener"&gt;https://github.com/ropensci/rix&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chromatic by ModRetro&lt;/strong&gt;&lt;br&gt;
Chromatic: &lt;a href="https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758" target="_blank" rel="nofollow noopener"&gt;https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758&lt;/a&gt;&lt;br&gt;
FPGA&lt;br&gt;
Mike’s Review&lt;br&gt;
Eric’s Thoughts&lt;br&gt;
Eric's Socials&lt;br&gt;
R Weekly Highlights: &lt;a href="https://serve.podhome.fm/r-weekly-highlights" target="_blank" rel="nofollow noopener"&gt;https://serve.podhome.fm/r-weekly-highlights&lt;/a&gt; &lt;br&gt;
Shiny Developer Series: &lt;a href="https://shinydevseries.com/" target="_blank" rel="nofollow noopener"&gt;https://shinydevseries.com/&lt;/a&gt; &lt;br&gt;
R Podcast: &lt;a href="https://r-podcast.org" target="_blank" rel="nofollow noopener"&gt;https://r-podcast.org&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Bluesky: @&lt;a href="mailto:rpodcast@bsky.social" target="_blank" rel="nofollow noopener"&gt;rpodcast@bsky.social&lt;/a&gt;&lt;br&gt;
Mastodon: @&lt;a href="mailto:rpodcast@podcastindex.social" target="_blank" rel="nofollow noopener"&gt;rpodcast@podcastindex.social&lt;/a&gt;&lt;br&gt;
LinkedIn: &lt;a href="https://www.linkedin.com/in/eric-nantz-6621617/" target="_blank" rel="nofollow noopener"&gt;https://www.linkedin.com/in/eric-nantz-6621617/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coder's Socials&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://x.com/dominucco" target="_blank" rel="nofollow noopener"&gt;Mike on X&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bsky.app/profile/dominucco.bsky.social" target="_blank" rel="nofollow noopener"&gt;Mike on BlueSky&lt;/a&gt;&lt;br&gt;
&lt;a href="https://x.com/coderradioshow" target="_blank" rel="nofollow noopener"&gt;Coder on X&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bsky.app/profile/coderradio.bsky.social" target="_blank" rel="nofollow noopener"&gt;Coder on BlueSky&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://discord.gg/k8e7gKUpEp" target="_blank" rel="nofollow noopener"&gt;Show Discord&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://alice.dev" target="_blank" rel="nofollow noopener"&gt;Alice&lt;/a&gt; &lt;/p&gt;
</description>
  <itunes:keywords>R, data science, coding, programming, retro games, retrogaming, SEGA, Python, Jupyter Notebooks, Rust, Linux</itunes:keywords>
  <content:encoded>
    <![CDATA[<p><strong>House Keeping</strong><br>
Google / YouTube Update<br>
Join the Discord!<br>
Feedback<br>
Rust in the Linux Kernel.</p>

<p><strong>R Stuff</strong><br>
What is R Again?<br>
Great presentation by John Chambers at UseR! 2006 <a href="https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf" rel="nofollow">https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf</a> <br>
The times have changed, now R is very much suited for production use and not just an academic research language<br>
Highly recommend reading Advanced R for more comprehensive details on the quirks of the language <a href="https://adv-r.hadley.nz/index.html" rel="nofollow">https://adv-r.hadley.nz/index.html</a> <br>
R VS Python for Data?<br>
Different philosophies on the use of the language<br>
CRAN vs PyPi <br>
Interoperability becoming more mainstream now<br>
Visualization: R has always been leaps and bounds ahead (Grammar of Graphics, interactive widgets, etc)<br>
R Dev Stack?<br>
IDEs: RStudio, now Positron <a href="https://positron.posit.co/" rel="nofollow">https://positron.posit.co/</a> <br>
Managing package installations with renv <a href="https://rstudio.github.io/renv/" rel="nofollow">https://rstudio.github.io/renv/</a> <br>
Building web apps with Shiny: <a href="https://shiny.posit.co/" rel="nofollow">https://shiny.posit.co/</a> (I got so engrossed in this space that I created the Shiny Developer Series because of it)<br>
Early adopter of using Docker with R in devcontainers with VS-Code. <br>
New tech I’m excited about to enhance dev stacks and sharing apps<br>
WebAssembly with webR <a href="https://docs.r-wasm.org/webr/latest/" rel="nofollow">https://docs.r-wasm.org/webr/latest/</a> <br>
Shiny apps in webR? Yes you can <a href="https://github.com/RConsortium/submissions-pilot4-webR" rel="nofollow">https://github.com/RConsortium/submissions-pilot4-webR</a> <br>
Managing dev environment combined with Nix: The rix package <a href="https://github.com/ropensci/rix" rel="nofollow">https://github.com/ropensci/rix</a> </p>

<p>(More organized links for show notes)</p>

<p>R Language: <a href="https://r-project.org" rel="nofollow">https://r-project.org</a><br>
Posit (formerly RStudio): <a href="https://posit.co" rel="nofollow">https://posit.co</a> <br>
RStudio IDE <a href="https://posit.co/products/open-source/rstudio/" rel="nofollow">https://posit.co/products/open-source/rstudio/</a> <br>
Positron (still in beta): <a href="https://positron.posit.co/" rel="nofollow">https://positron.posit.co/</a> <br>
History of S and R presentation by John Chambers at useR! 2006: <a href="http://www.r-project.org/user-2006/Slides/Chambers.pdf" rel="nofollow">http://www.r-project.org/user-2006/Slides/Chambers.pdf</a><br>
Advanced R (2nd edition) by Hadley Wickham <a href="https://adv-r.hadley.nz/index.html" rel="nofollow">https://adv-r.hadley.nz/index.html</a> <br>
Shiny - Easy interactive web applications with R:  <a href="https://shiny.posit.co/" rel="nofollow">https://shiny.posit.co/</a> <br>
renv - Project environments for R: <a href="https://rstudio.github.io/renv/" rel="nofollow">https://rstudio.github.io/renv/</a> <br>
R Markdown: <a href="https://rmarkdown.rstudio.com/" rel="nofollow">https://rmarkdown.rstudio.com/</a> <br>
WebR - R in the browser: <a href="https://docs.r-wasm.org/webr/latest/" rel="nofollow">https://docs.r-wasm.org/webr/latest/</a> <br>
Rix - Reproducible Data Science environments for R with Nix: <a href="https://github.com/ropensci/rix" rel="nofollow">https://github.com/ropensci/rix</a> </p>

<p><strong>Chromatic by ModRetro</strong><br>
Chromatic: <a href="https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758" rel="nofollow">https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758</a><br>
FPGA<br>
Mike’s Review<br>
Eric’s Thoughts<br>
Eric&#39;s Socials<br>
R Weekly Highlights: <a href="https://serve.podhome.fm/r-weekly-highlights" rel="nofollow">https://serve.podhome.fm/r-weekly-highlights</a> <br>
Shiny Developer Series: <a href="https://shinydevseries.com/" rel="nofollow">https://shinydevseries.com/</a> <br>
R Podcast: <a href="https://r-podcast.org" rel="nofollow">https://r-podcast.org</a> </p>

<p>Bluesky: @<a href="mailto:rpodcast@bsky.social" rel="nofollow">rpodcast@bsky.social</a><br>
Mastodon: @<a href="mailto:rpodcast@podcastindex.social" rel="nofollow">rpodcast@podcastindex.social</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/eric-nantz-6621617/" rel="nofollow">https://www.linkedin.com/in/eric-nantz-6621617/</a> </p>

<p><strong>Coder&#39;s Socials</strong><br>
<a href="https://x.com/dominucco" rel="nofollow">Mike on X</a><br>
<a href="https://bsky.app/profile/dominucco.bsky.social" rel="nofollow">Mike on BlueSky</a><br>
<a href="https://x.com/coderradioshow" rel="nofollow">Coder on X</a><br>
<a href="https://bsky.app/profile/coderradio.bsky.social" rel="nofollow">Coder on BlueSky</a></p>

<p><a href="https://discord.gg/k8e7gKUpEp" rel="nofollow">Show Discord</a></p>

<p><a href="https://alice.dev" rel="nofollow">Alice</a></p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p><strong>House Keeping</strong><br>
Google / YouTube Update<br>
Join the Discord!<br>
Feedback<br>
Rust in the Linux Kernel.</p>

<p><strong>R Stuff</strong><br>
What is R Again?<br>
Great presentation by John Chambers at UseR! 2006 <a href="https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf" rel="nofollow">https://www.r-project.org/conferences/useR-2006/Slides/Chambers.pdf</a> <br>
The times have changed, now R is very much suited for production use and not just an academic research language<br>
Highly recommend reading Advanced R for more comprehensive details on the quirks of the language <a href="https://adv-r.hadley.nz/index.html" rel="nofollow">https://adv-r.hadley.nz/index.html</a> <br>
R VS Python for Data?<br>
Different philosophies on the use of the language<br>
CRAN vs PyPi <br>
Interoperability becoming more mainstream now<br>
Visualization: R has always been leaps and bounds ahead (Grammar of Graphics, interactive widgets, etc)<br>
R Dev Stack?<br>
IDEs: RStudio, now Positron <a href="https://positron.posit.co/" rel="nofollow">https://positron.posit.co/</a> <br>
Managing package installations with renv <a href="https://rstudio.github.io/renv/" rel="nofollow">https://rstudio.github.io/renv/</a> <br>
Building web apps with Shiny: <a href="https://shiny.posit.co/" rel="nofollow">https://shiny.posit.co/</a> (I got so engrossed in this space that I created the Shiny Developer Series because of it)<br>
Early adopter of using Docker with R in devcontainers with VS-Code. <br>
New tech I’m excited about to enhance dev stacks and sharing apps<br>
WebAssembly with webR <a href="https://docs.r-wasm.org/webr/latest/" rel="nofollow">https://docs.r-wasm.org/webr/latest/</a> <br>
Shiny apps in webR? Yes you can <a href="https://github.com/RConsortium/submissions-pilot4-webR" rel="nofollow">https://github.com/RConsortium/submissions-pilot4-webR</a> <br>
Managing dev environment combined with Nix: The rix package <a href="https://github.com/ropensci/rix" rel="nofollow">https://github.com/ropensci/rix</a> </p>

<p>(More organized links for show notes)</p>

<p>R Language: <a href="https://r-project.org" rel="nofollow">https://r-project.org</a><br>
Posit (formerly RStudio): <a href="https://posit.co" rel="nofollow">https://posit.co</a> <br>
RStudio IDE <a href="https://posit.co/products/open-source/rstudio/" rel="nofollow">https://posit.co/products/open-source/rstudio/</a> <br>
Positron (still in beta): <a href="https://positron.posit.co/" rel="nofollow">https://positron.posit.co/</a> <br>
History of S and R presentation by John Chambers at useR! 2006: <a href="http://www.r-project.org/user-2006/Slides/Chambers.pdf" rel="nofollow">http://www.r-project.org/user-2006/Slides/Chambers.pdf</a><br>
Advanced R (2nd edition) by Hadley Wickham <a href="https://adv-r.hadley.nz/index.html" rel="nofollow">https://adv-r.hadley.nz/index.html</a> <br>
Shiny - Easy interactive web applications with R:  <a href="https://shiny.posit.co/" rel="nofollow">https://shiny.posit.co/</a> <br>
renv - Project environments for R: <a href="https://rstudio.github.io/renv/" rel="nofollow">https://rstudio.github.io/renv/</a> <br>
R Markdown: <a href="https://rmarkdown.rstudio.com/" rel="nofollow">https://rmarkdown.rstudio.com/</a> <br>
WebR - R in the browser: <a href="https://docs.r-wasm.org/webr/latest/" rel="nofollow">https://docs.r-wasm.org/webr/latest/</a> <br>
Rix - Reproducible Data Science environments for R with Nix: <a href="https://github.com/ropensci/rix" rel="nofollow">https://github.com/ropensci/rix</a> </p>

<p><strong>Chromatic by ModRetro</strong><br>
Chromatic: <a href="https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758" rel="nofollow">https://modretro.com/products/chromatic-tetris-bundle?variant=47637522579758</a><br>
FPGA<br>
Mike’s Review<br>
Eric’s Thoughts<br>
Eric&#39;s Socials<br>
R Weekly Highlights: <a href="https://serve.podhome.fm/r-weekly-highlights" rel="nofollow">https://serve.podhome.fm/r-weekly-highlights</a> <br>
Shiny Developer Series: <a href="https://shinydevseries.com/" rel="nofollow">https://shinydevseries.com/</a> <br>
R Podcast: <a href="https://r-podcast.org" rel="nofollow">https://r-podcast.org</a> </p>

<p>Bluesky: @<a href="mailto:rpodcast@bsky.social" rel="nofollow">rpodcast@bsky.social</a><br>
Mastodon: @<a href="mailto:rpodcast@podcastindex.social" rel="nofollow">rpodcast@podcastindex.social</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/eric-nantz-6621617/" rel="nofollow">https://www.linkedin.com/in/eric-nantz-6621617/</a> </p>

<p><strong>Coder&#39;s Socials</strong><br>
<a href="https://x.com/dominucco" rel="nofollow">Mike on X</a><br>
<a href="https://bsky.app/profile/dominucco.bsky.social" rel="nofollow">Mike on BlueSky</a><br>
<a href="https://x.com/coderradioshow" rel="nofollow">Coder on X</a><br>
<a href="https://bsky.app/profile/coderradio.bsky.social" rel="nofollow">Coder on BlueSky</a></p>

<p><a href="https://discord.gg/k8e7gKUpEp" rel="nofollow">Show Discord</a></p>

<p><a href="https://alice.dev" rel="nofollow">Alice</a></p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
