<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Coding Tips on Alexander Junge&#39;s website</title>
    <link>https://www.alexanderjunge.net/categories/coding-tips/</link>
    <description>Recent content in Coding Tips on Alexander Junge&#39;s website</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sun, 08 Nov 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.alexanderjunge.net/categories/coding-tips/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>%autoreload: reload code before execution in Jupyter</title>
      <link>https://www.alexanderjunge.net/blog/jupyter-autoreload/</link>
      <pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.alexanderjunge.net/blog/jupyter-autoreload/</guid>
      <description>As I keep forgetting the following and keep finding outdated answers/documentation when searching online, I hope this will be useful to others and to future me:
Autoreload all imported packages in Jupyter %load_ext autoreload %autoreload 2  Autoreload specific packages foo and bar %load_ext autoreload %autoreload 1 %aimport foo, bar  Documentation Link</description>
    </item>
    
  </channel>
</rss>