Published inJupyter BlogMake your Pandas or Polars DataFrames Interactive with ITables 2.0ITables, or Interactive Tables, is a MIT-licensed Python package that renders Python DataFrames using the DataTables JavaScript library…Mar 19, 20249087Mar 19, 20249087
Published inJupyter BlogThe Jupytext Menu is back!A few weeks back, jupytext==1.16.0 went out. That release included multiple amazing contributions by Mahendra Paipuri, this post will go…Jan 31, 2024214Jan 31, 2024214
Pandas DataFrames as interactive HTML DataTablesIn Jupyter Notebook, Jupyter Lab, Google Colab, VS Code and PyCharmJan 8, 20221631Jan 8, 20221631
Published inCFM InsightsAdvanced Testing Techniques for your Python Data Pipeline with Dask and Pytest FixturesAchieve full coverage; Use fixtures and write tests easily; Refactor in confidence with non-regression testsDec 10, 2021681Dec 10, 2021681
Published inTowards Data ScienceThe Three-Dimensional Koch Snowflake — Fun Fractals at HomeWelcome! This is an article that we are writing with six hands: Marc, the Father, mathematician and a little handyman in his spare time…Nov 29, 2020137Nov 29, 2020137
How to Resize Bitlocker and LUKS Encrypted PartitionsOn my laptop, I use both Windows 10 and Ubuntu 18.04 LTS. When I first installed Linux a few months ago, I allocated 1/3 of the disk to…Apr 18, 202042Apr 18, 202042
Published inTowards Data ScienceTesting your Python Project with GitHub ActionsA few days ago I used GitHub Actions on a project of mine for the first time. Overall the outcome was very positive, but there was also…Apr 13, 202060Apr 13, 202060
Published inTowards Data ScienceJupyter Notebooks in the IDE: Visual Studio Code versus PyCharmI work with Jupyter Notebooks every day. And every day I use and edit Python libraries. Both are key elements in my work. Notebooks are a…Jan 28, 20206934Jan 28, 20206934
Published inTowards Data ScienceJupytext 1.0 highlightsJupytext is an extension for Jupyter Notebook and JupyterLab that can save Jupyter notebooks in various text formats: Markdown, R Markdown…Feb 19, 20192282Feb 19, 20192282
Published inTowards Data ScienceJupyter Notebooks as Light, Percent or Sphinx scriptsA few weeks ago we announced Jupytext, a plugin for Jupyter that can read and write Jupyter notebooks as scripts. Representing Jupyter…Oct 11, 201823Oct 11, 201823
Published inTowards Data ScienceIntroducing JupytextJupyter notebooks are interactive documents that contain code, narratives, plots. They are an excellent place for experimenting with code…Sep 8, 201873610Sep 8, 201873610
Debug Jupyter notebooks with PyCharmDid you ever had to debug some large cell in a Jupyter notebook? In the below I share my experience on the subject. We’ll review the…Jun 3, 2018232Jun 3, 2018232