Converting Jupyter Notebooks to Markdown and PDF Formats

Overview of Jupyter Notebook Export Options Jupyter Notebook files (.ipynb) are versatile and can be exported into various formats for different use cases. Below are some of the most common export formats: HTML: Exports the notebook as a static webpage, viewable in any browser with preserved formatting and outputs, though without interactive c ...

Posted on Thu, 14 May 2026 15:25:03 +0000 by sumolotokai

Intercepting Network Traffic with mitmproxy and Python

Overview of mitmproxy mitmproxy is an interactive, SSL-capable man-in-the-middle proxy for HTTP and HTTPS traffic. It provides similar capabilities to graphical tools like Fiddler or Charles, but operates primarily within a terminal environment. The ecosystem includes three distinct interfaces: mitmproxy: A fully interactive terminal user inte ...

Posted on Fri, 08 May 2026 05:43:04 +0000 by mzanimephp