Sylvain Corlay
banner
sylvaincorlay.bsky.social
Sylvain Corlay
@sylvaincorlay.bsky.social
@QuantStack.bsky.social founder
@jupyter.org maintainer
@PyDataParis.bsky.social organizer

ACM software system award 2017.
Reposted by Sylvain Corlay
JupyterLab 4.5 and Jupyter Notebook 7.5 are here! 🎉

Highlights 🎁

- Enhanced notebook scrolling behavior
- Native audio and video support
- New Terminal search
- Debugger, Notebook and File Browser improvements

Check out the blog post to learn more!

blog.jupyter.org/jupyterlab-4...
JupyterLab 4.5 and Notebook 7.5 are available!
JupyterLab 4.5 has been released! This new minor release of JupyterLab includes 51 new features and enhancements, 81 bug fixes, 44…
blog.jupyter.org
November 24, 2025 at 10:10 AM
Reposted by Sylvain Corlay
Project Jupyter has funded a series of community workshops for 2026, covering a broad range of subjects from Jupyter-AI to JupyterHub, Myst Markdown, and security. Check out our announcement on the Jupyter blog for more details.

blog.jupyter.org/jupyter-comm...
Jupyter Community Workshops: Early 2026
The Jupyter Community Building Working Group is happy to announce the Jupyter Community Workshops selected for funding in early 2026. The…
blog.jupyter.org
November 20, 2025 at 4:22 PM
Reposted by Sylvain Corlay
The co-creator of Jupyter notebooks discussed the project's origins and how AI is opening new options for large open source projects, in this episode of The New Stack Makers.
From Physics to the Future: Brian Granger on Project Jupyter in the Age of AI
The co-creator of Jupyter notebooks discussed the project's origins and how AI is opening new options for large open source projects, in this episode of The New Stack Makers.
bit.ly
November 13, 2025 at 4:30 PM
Reposted by Sylvain Corlay
Hello, #gis #earthobservation #geospatial Has anyone tried JupyterGIS->https://eo4society.esa.int/2025/10/16/jupytergis-breaks-through-to-the-next-level It does look quite a tasty stir fry of jupyter lab and a (still) simple GIS thing, but potentially quite useful. #python
JupyterGIS breaks through to the next level
Launched in June 2024, JupyterGIS was introduced as a collaborative, web-based GIS environment built on the JupyterLab framework. Its objective is to bring QGIS-inspired workflows into the browser, enabling real-time collaborative editing, seamless integration with notebooks, and support for core geospatial data formats. When it was first announced earlier this year, JupyterGIS already delivered: * Real-time collaborative editing (Google Docs-style) * Visualisation of raster & vector data * Symbology editing and spatio-temporal animations * Programmatic map control via a Python API. Thanks to contributions from the community and support from partner organizations, JupyterGIS has advanced significantly and now offers an expanded range of features for analysis, visualization, and collaboration. **Enhanced vector tile capabilities** Support for vector tiles has been strengthened, including full compatibility with the _pmtiles_ format. Other key updates include: * An _identify tool_ that inspects vector tiles to display features and associated properties. * A _symbology panel_ that applies graduated, categorized, and canonical symbology to vector tile layers. These improvements enhance the interpretability and styling of geospatial datasets directly in the browser. The identify tool in action with a pmtiles vector dataset. The symbology panel in action, allowing for different notations. **A new processing toolbox** One of the most significant updates is a new browser-based processing toolbox powered by a WebAssembly (WASM) build of the Geospatial Data Abstraction Library (GDAL). Available tools include: * _Buffer_ : computes a buffer around geometries of a vector dataset. * _Convex Hull_ : calculates the convex hull for each feature of an input layer. * _Dissolve_ : combines features of vector layers into new features * _Bounding Boxes_ : calculates the bounding box for each feature in an input layer. * _Centroid_ : creates a new layer with the centroids of the geometries of an input layer. * _Concave Hull_ : computes the concave hull for each feature of an input point layer. This toolbox has been designed for extensibility, with a JSON schema that allows additional GDAL operations to be integrated in a straightforward manner. Using the processing tool to compute the convex hulls of geometries. **Symbology enhancements** Visualization of geospatial data has become more flexible and expressive through several enhancements: * _Viridis_ is now the default colormap, providing perceptually uniform visualization. * _Multiband symbology_ is now available for GeoTIFFs. * _Canonical symbology_ defined in GeoJSON files can be applied automatically. * _Colormaps_ can now be _reversed_ , allowing greater flexibility for data interpretation and visualization. * In the case of _point layers_ , color and marker size can be styled independently, and bound to different data. Setting color and radius based on data. **Integration with SpatioTemporal Asset Catalogs (STAC)** A SpatioTemporal Asset Catalog (STAC) browser is now embedded into JupyterGIS, streamlining access to different data collections. Users can select specific platforms and sensors, choose data products and processing levels, and set temporal and spatial constraints. It is now possible to search across multiple datasets simultaneously. Users can click on any result to add it directly as a layer to their JupyterGIS project. This creates a seamless workflow from data discovery to visualization, making it easier for researchers and analysts to find and integrate relevant satellite imagery and geospatial datasets into their Jupyter notebooks. Currently, the STAC Browser only supports the Geodes STAC API but support for all STAC catalogs is under way. Browsing a STAC access catalog from JupyterGIS. **Support for more data types** The range of supported geospatial data formats is now broadened with _GeoParquet_ and _PMTiles_**,** enabling efficient columnar storage and fast analytical queries for GeoParquet, and highly compact, streaming-friendly vector tile delivery for PMTiles. **User experience and interface improvements** The interface has been refined for a smoother workflow: * _Integrated control panels_ (layer list, filters, layer properties, etc.), reducing back and forth between the JupyterLab side-panels and the JupyterGIS UI. It also improves the “single document” scenario, allowing it to interact with JupyterGIS controls when opening a GIS document from the classic Jupyter Notebook UI. * An improved _toolbar design_ , with cleaner icons and better usability. * A new feature to center the map on your _current location_. * _Map annotations_ now link to the map: clicking an annotation automatically re-centers and zooms to the location. * _Full-screen_ mode support. **Legends for vector layers** JupyterGIS now automatically generates legends for vector layers, ensuring consistent interpretation: * Legends are dynamically updated to reflect current symbology. * Customizations such as reversed colormaps are preserved. Displaying legends in the layers panel. **JupyterGIS tiler extension** An extension for JupyterGIS enables the creation of JupyterGIS layers from _xarray variables_ in Jupyter kernels, with support for lazy evaluation, bridging geospatial workflows with powerful array-based computation. The package, called JupyterGIS-tiler, is available in GitHub here and can be installed from PyPI with _pip install jupytergis-tiler_. **Looking ahead** Development will continue to expand JupyterGIS in several directions: * Extension of the GDAL-based processing toolbox. * Deeper integration with QGIS and a richer Python API for automation. * A Story Maps Editor and Viewer to enable interactive communication of geospatial information through text, imagery, and maps. In the meantime, feel free to try JupyterGIS directly in your browser with JupyterLite, no installation required. Opportunities for engagement also include: * Checking out documentation for tutorials and the Python API. * Discussions via the GeoJupyter Zulip channel or the bi-weekly GeoJupyter hackathon. * Contributions to the development repository. The JupyterGIS community continues to grow, and active participation from researchers, developers, and educators worldwide is encouraged.
eo4society.esa.int
October 16, 2025 at 3:37 PM
Reposted by Sylvain Corlay
It's day 1 of #pydataparis, great venue & crowd. Looking forward to sharing some geospatial perspectives tomorrow
September 30, 2025 at 1:02 PM
Reposted by Sylvain Corlay
The schedule for the Apache Arrow Summit Paris 25 (October 2nd) is out: www.meetup.com/pydata-paris....
The event is hosted by
@pydataparis.bsky.social organizer of pydata.org/paris2025 (September 30th - October 1st)

We are looking forward to seeing you there and talking about all things Arrow.
Apache Arrow Summit, Thu, Oct 2, 2025, 9:30 AM | Meetup
The day after the PyData Paris conference, we’re excited to host the first-ever Apache Arrow Summit - a gathering dedicated to fostering collaboration and innovation within
www.meetup.com
September 24, 2025 at 12:23 PM
Reposted by Sylvain Corlay
September 12, 2025 at 7:00 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Sparrow, Pirates of the Apache Arrow", by Johan Mabille and Alexis Placet.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/YBFPCR
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
September 9, 2025 at 7:20 AM
Reposted by Sylvain Corlay
Welcome to our new sponsor inria !
September 8, 2025 at 2:54 PM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Big ideas shaping scientific Python: the quest for performance and usability", by Ralf Gommers.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/YBFPCR
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
September 5, 2025 at 7:01 AM
Reposted by Sylvain Corlay
Software enthusiasts of all fields and backgrounds, unite! Here's the exciting schedule we cooked up for #JuliaCon Local Paris 2025 (the one for #PyData is just as thrilling!).
Get your tickets while you can, and see you in a month ⌛
@julialang.org @juliacon.bsky.social @pydataparis.bsky.social
September 4, 2025 at 11:37 AM
Reposted by Sylvain Corlay
See you all in Paris!

In the meantime, quick sneak peek 👀
September 4, 2025 at 10:41 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Browser-based AI workflows in Jupyter", by @jtp.io and Nicolas Brichet from @quantstack.bsky.social.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/7CNUUD
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
September 2, 2025 at 7:00 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Meta-Dashboards: Accelerating Geospatial Web Apps Creation with Voilà", by Davide De Marchi.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/F7EQ9X
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
September 1, 2025 at 7:02 AM
Reposted by Sylvain Corlay
We’re happy to announce our Social Event, taking place on Tuesday 30th September at 6pm at the Cité des sciences. A perfect opportunity to unwind and connect with fellow attendees after a day of interesting talks!

pydata.org/paris2025/so...
pydata.org/paris2025/ti...
August 28, 2025 at 12:55 PM
Reposted by Sylvain Corlay
Register for the Apache Arrow Summit Paris 25 (October 2nd) at: www.meetup.com/pydata-paris...
The event is hosted by @pydataparis.bsky.social
We are looking forward to seeing you there and talking about all things Arrow.
Apache Arrow Summit, Thu, Oct 2, 2025, 9:30 AM | Meetup
The day after the PyData Paris conference, we’re excited to host the first-ever Apache Arrow Summit - a gathering dedicated to fostering collaboration and innovation within
www.meetup.com
August 28, 2025 at 7:50 AM
Reposted by Sylvain Corlay
Looking forward to attending PyData Paris 2025! I will give a talk about probabilistic predictions for regression problems (I need to start working on my slides ;)
📢 Talk Announcement

"Probabilistic regression models: let's compare different modeling strategies and discuss how to evaluate them", by @ogrisel.bsky.social from @probabl.ai .

📜 pretalx.com/pydata-paris-2025/talk/DVMZBT
📅 pydata.org/paris2025/schedule
🎟 pydata.org/paris2025/tickets
August 28, 2025 at 7:33 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Applying Causal Inference in Industry 4.0: A Case Study from Glasswool Production", by Simona Bottani and Patrick Lee.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/HL9VAB
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
August 26, 2025 at 7:00 AM
Reposted by Sylvain Corlay
Reposted by Sylvain Corlay
📢 Talk Announcement

"Building Data Science Tools for Sustainable Transformation", by Anita Graser.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/BEJFAF
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
August 8, 2025 at 7:00 AM
Reposted by Sylvain Corlay
Want more open-source software and scientific computing in your life? Get your ticket for JuliaCon Local Paris 2025 before the end of the early bird pricing!
We have an impressive lineup of keynotes, starting with Professor Laura Grigori (EPFL) and not stopping there!
juliacon.org/local/paris2...
August 6, 2025 at 5:33 PM
Reposted by Sylvain Corlay
📢 Talk Announcement

"xeus-cpp, the new C++ kernel for Jupyter", by Johan Mabille and Anutosh Bhat from Quantstack.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/HRLACQ
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets"
August 6, 2025 at 7:00 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Move beyond academia: Introducing an industry-first tabular benchmark", by Alexandre Abraham.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/7PUXWN
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
August 5, 2025 at 7:29 AM
Reposted by Sylvain Corlay
📢 Talk Announcement

"Optimal Transport in Python: A Practical Introduction with POT", by Rémi Flamary.

📜 Talk info: pretalx.com/pydata-paris-2025/talk/FNCKXU
📅 Schedule: pydata.org/paris2025/schedule
🎟 Tickets: pydata.org/paris2025/tickets
July 29, 2025 at 7:00 AM
Reposted by Sylvain Corlay
Lots of improvements, medium and small, in this new release of the Apache Arrow monorepo (C++, Python, R, Ruby...). It also includes performance improvements in the Parquet reader that we contributed at @quantstack.bsky.social, and we hope to contribute more of them in the future.
July 22, 2025 at 8:31 AM