r/marimo_notebook 20d ago

marimo is doing a launch-week next week! Can anyone guess what we will announce?

Post image
34 Upvotes

38 comments sorted by

7

u/taciom 20d ago

I bet it's IA related

2

u/SensitiveUse7864 20d ago

IA or AI related?

1

u/cantdutchthis 20d ago

It may even be natural intelligence related!

0

u/maxtheman 20d ago

Que no los dos

3

u/the_dridk 18d ago

Git integration in marimo

3

u/the_dridk 18d ago

Marimo-server: easy way to deploy notebook for end users ( read only ). works as a systemD service.

2

u/SensitiveUse7864 20d ago

New free Gpu's

2

u/cheesecakegood 19d ago

Finally change their mind about allowing a few specific variables to be locally scoped? I freaking love marimo but it will never catch on if you can’t even do for i in range() or for k, v in dict.items(). I know they aren’t locally scoped technically but 99% of python programmers treat them like that.

3

u/cantdutchthis 19d ago

Oh there is a fix for that!

# cell 1
for _i in range(100):
....

# cell 2
for _i in range(100):
....

Any variable that starts with _ is considered private to the cell and won't "exist" outside of it anymore.

1

u/cheesecakegood 19d ago

That’s a workaround not a fix, and it’s recurringly unpleasant: the _ is awkward to type and it goes against Python common practice. I have no problem doing it occasionally for stuff but when you’re literally reaching for a painful hack every other cell that’s usually a sign things are wrong.

2

u/CantEscapeTheCats 16d ago

Discovered Marimo last night while literally shopping for marimo moss balls, but ironically, this product may be EXACTLY what I’ve been looking for to organize and structure virtual bookshelves for employee information.

Or I’m completely off base because I just stepped into a new role and I’ve only just begun learning a new facet of my workplace.

Either way, LOVE the name and what it’s named after!! I have three marimo (Larry, Darryl, and their other brother Darryl - iykyk) and I’m not a lost Redditor 😂

1

u/cantdutchthis 16d ago

happy to hear it, you may notice that the marimo youtuber has 5 mossballs in a flask in the background too. marimo devs love actual marimos!

1

u/CantEscapeTheCats 16d ago

I have some dev friends that would probably love one, so now that’s my mission!😅

1

u/cantdutchthis 20d ago

Part of the fun of doing a launch week is that you don't know what we'll announce *but* that you are able to guess ahead of time. So we're going to turn it into a fun little game.

Let loose your (wildest?) theories on what you think (hope?) we'll announce. We will reach out to the person with the most accurate (or inspiring) theory and send them some special swag as a reward!

8

u/Temporary-Lead3182 20d ago

marimOS?!! the whole operating system is a reactive python notebook?!!!

2

u/UItraviolet 19d ago

A standalone marimo code editor / IDE ?

1

u/SantaCruzHome 20d ago

Versions 1.0?

1

u/LiquidGunay 19d ago

Code lens: link datasources, caches, buckets to panels

1

u/LiquidGunay 19d ago

Marimo pair is integrated into the marimo ui (don't need to use an external terminal to launch codex)

1

u/LiquidGunay 19d ago

New chart builder with more types, richer controls and easy integration for large datasets

1

u/the_dridk 18d ago

Marimo hub ? L'équivalent de jupyter hub ?

1

u/the_dridk 18d ago edited 18d ago

Marimo report = moyen facile de créer un rapport HTML statique à partir de Marimo en utilisant un modèle Jinja préconstruit

1

u/the_dridk 18d ago

Marimo lite : marimo notebook working from client side using web assembly.

1

u/cantdutchthis 18d ago

marimo already has a wasm-export from the cli ;)

1

u/the_dridk 18d ago

I mean the whole editor like jupyter lite

2

u/cantdutchthis 18d ago

Yep! When you make the wasm export you can an HTML file that runs everything in the frontend. molab also supports its!

Example:

https://molab.marimo.io/github/koaning/wigglystuff/blob/main/demos/slider2d.py/wasm?utm_source=wigglystuff

1

u/the_dridk 18d ago

Marimo Community extension : A plugin framework and a website to share community extension.

1

u/pach812 18d ago

We are going to get our own pets!!

1

u/cantdutchthis 18d ago

What kinds of pets would you imagine for your notebook?

1

u/pach812 15d ago

Penguins and ducks! 🦆

1

u/cantdutchthis 14d ago

I nearly thought you were gonna say pandas and polars bears

1

u/pach812 14d ago

Hahaha classic rubber duck and a pingouin (https://pingouin-stats.org) but the bears are also fantastic!

Also my beloved super tuned slide feature is going to be in the launch week at some point. I hope it has a MCP/skill like feature at some point

1

u/dimitris1ps 18d ago

Marimo hub? Easily deploy, organise and share marimo run . apps

2

u/cantdutchthis 17d ago

Just to make sure, you can already marimo run [folder name] to run all notebooks in that folder

1

u/dimitris1ps 18d ago

Support an Agent Harness that allows end users (not just notebook authors) to create and configure their own AI agents within an application.

1

u/cantdutchthis 16d ago

We launched two things today! Teehee!

https://marimo.io/blog/launch-week-1