ChiPy __Main__ Meeting
Join us for ChiPy's February __main__ meeting!
We'll have food and beverages at 6pm, with talks starting at 6:30pm.
When: March 12, 2026, 6 p.m.
Where: Avant
Directions:
Entering the Mart from the main entrance (south facing entrance on W Merchandise Mart Plaza). Take the elevators to the right of the security desk (not all elevator banks go to floor 9, so check the signage). On the 9th floor, there’s a blue Avant-branded wall visible from the elevator landing. Entry is via the glass door. You'll need to show your ID upon arrival. If you make it to the 9th floor and don't see the Avant branded wall, proceed East until you find the wall on the south end of the building
222 W Merchandise Mart Plaza, Suite 900
Chicago, IL
60654
Registration for this event will close on Thursday March 12 at 12:00 p.m.
Attendance:
In Person Pythonistas: 11
Topics
-
Marimo: The next generation notebook
By: Henry Cuzco
Experience Level: Novice
Length: 30 Minutes
Description:Many people in the data science community are familiar with jupyter notebooks and use them regularly as part of their day-to-day tooling. While jupyter notebooks have a lot of extensions and are a great way to combine documentation with code, they don't come without drawbacks. One of the biggest drawbacks is the execution order of the cells. The other drawback is looking at the code changes between commits when trying to upload notebooks to GitHub. To solve these shortcomings, marimo notebooks were created. This talk will demonstrate marimo notebooks' functionality, the modes in which you can run them, and other marimo features.