Im also testing out whether #Affinity Layouts (Publisher) canbecome a replacement for #Keynote and #Pages.

Is there a recipe how one can replace #Numbers with #Jupyter? That would be interesting.

AI coding agents were designed for flat files. Jupyter notebooks are JSON, which means standard agents break the interface, miss real-time changes, and can't operate natively inside the environment.

Jupyter AI 3.0 addresses this directly. Lahari Chowtorri from Amazon walks through the 3.0 release with TFiR, covering Jupyter Server Documents for real-time sync, Agent Client Protocol and MCP for provider-agnostic integration, human-in-the-loop controls, and notebooks as memory artifacts for future workflows.

Full interview: https://www.youtube.com/watch?v=4jZUXqfFkhA
#Jupyter #JupyterAI #OpenSource #AIEngineering #InteractiveComputing"

Was this already considered for any #programmingLanguage?

Wouldn’t it be cool, if it was possible to use #markdown for comments in code?
I’m borrowing from #Jupyter notebooks.

Piyush Jain from AWS speaks at MCP Dev Summit Bengaluru TODAY (5:20pm IST) on why their team built a CLI instead of an MCP server for Jupyter notebook agentic workflows.

The .ipynb format is token-heavy and hard for LLMs to manipulate reliably. Their answer was nb, an open-source Rust CLI, with a sentinel format that outperforms nested JSON for agent comprehension. Includes benchmarks and a framework for deciding when MCP is actually the right call.

https://events.linuxfoundation.org/mcp-dev-summit-bengaluru/register/
#Jupyter #AIEngineering #OpenSource #DeveloperTools

Bookmarked: Phillip B. Ströbel: Von der Pythia zu Python. Einführung in die Programmierung für die Geschichtsforschung https://pstroe.github.io/von-der-pythia-zu-python/lab/index.html #Jupyter #Python
JupyterLite

WASM powered Jupyter running in the browser.

If y'all would indulge me a late addition: the appropriate lines in the #RDKit code (https://github.com/rdkit/rdkit/blob/master/rdkit/Chem/Draw/__init__.py#L190-L224) can of course be modified to use the B&R blob I introduced in the essay.

What's hampering me from actually trying this out for myself is that due to RDKit not yet being supported by #Pyodide, a lot of the webservices that can run #Python from the browser (e.g. the online version of #jupyter) are also not able to load RDKit. (I have seen at least two proposals to use the JS version of RDKit instead, but I have not managed to make that work either.) Because I had written that essay, and am currently writing this toot from a smartphone (for a number of reasons, I don't have access to a computer I can use), indirectly using RDKit through Wolfram Cloud (basically the online version of Mathematica) is pretty much how I attempt to do cheminformatics experiments on a smartphone. :)

#chemistry #cheminformatics #visualization

rdkit/rdkit/Chem/Draw/__init__.py at master · rdkit/rdkit

The official sources for the RDKit library. Contribute to rdkit/rdkit development by creating an account on GitHub.

GitHub

Piyush Jain from AWS speaks at MCP Dev Summit Bengaluru on June 10 (5:20pm IST) on why their team built a CLI instead of an MCP server for Jupyter notebook agentic workflows.

The .ipynb format is token-heavy and hard for LLMs to manipulate reliably. Their answer was nb, an open-source Rust CLI, with a sentinel format that outperforms nested JSON for agent comprehension. Includes benchmarks and a framework for deciding when MCP is actually the right call.

Registere here: https://events.linuxfoundation.org/mcp-dev-summit-bengaluru/register/
#Jupyter #AIEngineering #OpenSource #DeveloperTools

Обновления GigaIDE за май 2026

Как обычно в начале месяца мы рассказываем вам о том, что изменилось в GigaIDE за прошедший месяц — май. Соответствующий обзор за апрель доступен здесь . Ниже — краткий обзор обновлений Pro-функциональности GigaIDE, который можно найти на нашем маркетплейсе .

https://habr.com/ru/companies/sberbank/articles/1042606/

#gigaide #gigaide_pro #javascript #typescript #jupyter #database

Обновления GigaIDE за май 2026

Как обычно в начале месяца мы рассказываем вам о том, что изменилось в GigaIDE за прошедший месяц — май. Соответствующий обзор за апрель доступен здесь . Ниже — краткий обзор обновлений...

Хабр

The CFP for Open Source Summit Europe is open. The event runs October 7–9 in Prague, and we'd love to see Jupyter ecosystem talks on the schedule.

Submit your proposal by June 24 (23:59 CEST) at the link below.

#Jupyter #OpenSource #OpenSourceSummit #InteractiveComputing https://events.linuxfoundation.org/open-source-summit-europe/program/cfp/

A Jupyter community workshop for educators is coming up June 15–17 in Orsay, France.

Demystifying MyST Markdown in Education focuses on helping science educators publish reproducible, accessible teaching content with Jupyter Book and the MyST document engine. The three days cover educator use cases, contributor onboarding, and MyST as a notebook text representation.

Travel funding is available. Register and see the full agenda at the event page:

https://events.linuxfoundation.org/demystifying-myst-markdown/
#Jupyter #JupyterBook #MyST #OpenSource"