<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Runcell Blog]]></title>
        <description><![CDATA[Runcell Blog]]></description>
        <link>https://www.runcell.dev/blog</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 10 Feb 2026 18:59:28 GMT</lastBuildDate>
        <atom:link href="https://www.runcell.dev/blog/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[OpenClaw: Self-Hosted AI Assistant You Can Message From Anywhere]]></title>
            <description><![CDATA[Learn how to deploy OpenClaw, a self-hosted AI Gateway that connects to WhatsApp, Telegram, and Discord. Step-by-step setup with deployment options included.]]></description>
            <link>/blog/deploy-openclaw</link>
            <guid isPermaLink="true">/blog/deploy-openclaw</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[self-hosted]]></category>
            <category><![CDATA[deployment]]></category>
            <category><![CDATA[openclaw]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[RDKit Python Tutorial for Chemists (With Examples)]]></title>
            <description><![CDATA[Step-by-step RDKit tutorial for chemists. Install RDKit, draw molecules, calculate properties, and run similarity searches in Python — no coding experience required.]]></description>
            <link>/blog/rdkit-chemists-tutorial</link>
            <guid isPermaLink="true">/blog/rdkit-chemists-tutorial</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[rdkit]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[DESeq2 in Python: Step-by-Step PyDESeq2 Tutorial]]></title>
            <description><![CDATA[Run DESeq2 differential expression analysis entirely in Python with PyDESeq2. Covers count matrices, normalization, statistical testing, LFC shrinkage, and visualization.]]></description>
            <link>/blog/deseq2-python-tutorial</link>
            <guid isPermaLink="true">/blog/deseq2-python-tutorial</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[biotech]]></category>
            <category><![CDATA[rna-seq]]></category>
            <category><![CDATA[deseq2]]></category>
            <category><![CDATA[pydeseq2]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Data Validation in Excel (Step-by-Step)]]></title>
            <description><![CDATA[Remove data validation in Excel in 4 clicks: select cells, go to Data > Data Validation > Clear All > OK. Works for drop-down lists, rules, and entire sheets.]]></description>
            <link>/blog/how-to-remove-data-validation-in-excel</link>
            <guid isPermaLink="true">/blog/how-to-remove-data-validation-in-excel</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[excel]]></category>
            <category><![CDATA[data]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Differential Expression Analysis: Guide with R & Python Code]]></title>
            <description><![CDATA[Complete guide to differential expression analysis for RNA-seq. Includes ready-to-run code for DESeq2, edgeR, limma-voom, and Scanpy with bulk and single-cell workflows.]]></description>
            <link>/blog/differential-expression-analysis</link>
            <guid isPermaLink="true">/blog/differential-expression-analysis</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[biotech]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Thu, 06 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Jupyter nbconvert: Convert Notebooks to HTML, PDF & Python]]></title>
            <description><![CDATA[Learn how to use Jupyter nbconvert to export .ipynb notebooks to HTML, PDF, Python scripts, Markdown, and slides. Includes commands, examples, and troubleshooting tips.]]></description>
            <link>/blog/nb-convert-tutorial</link>
            <guid isPermaLink="true">/blog/nb-convert-tutorial</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[jupyter]]></category>
            <category><![CDATA[python]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Delete a Column in Pandas (5 Methods With Examples)]]></title>
            <description><![CDATA[Learn how to delete columns in a pandas DataFrame using drop(), del, pop(), column filtering, and loc/iloc. Includes code examples and a comparison table.]]></description>
            <link>/blog/delete-column-in-pandas</link>
            <guid isPermaLink="true">/blog/delete-column-in-pandas</guid>
            <category><![CDATA[pandas]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[dataframe]]></category>
            <category><![CDATA[data-cleaning]]></category>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[run-cell-blog]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Thu, 23 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What Is .ipynb_checkpoints? How to Delete and Gitignore It]]></title>
            <description><![CDATA[Learn what .ipynb_checkpoints folders are, why Jupyter creates them, whether it's safe to delete them, and how to add them to .gitignore and .dockerignore.]]></description>
            <link>/blog/ipynb-checkpoints</link>
            <guid isPermaLink="true">/blog/ipynb-checkpoints</guid>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Install Jupyter Notebook on macOS]]></title>
            <description><![CDATA[Step-by-step instructions for installing Jupyter Notebook on Mac using pip, virtual environments, Conda, Homebrew, and JupyterLab Desktop.]]></description>
            <link>/blog/install-jupyter-notebook-mac</link>
            <guid isPermaLink="true">/blog/install-jupyter-notebook-mac</guid>
            <category><![CDATA[tutorial]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[jupyter]]></category>
            <dc:creator><![CDATA[Runcell Team]]></dc:creator>
            <pubDate>Wed, 24 Sep 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>