Skip to content

Conversation

@killickm
Copy link
Contributor

@killickm killickm commented May 31, 2025

marimo generates value=say_hello(), not value="Hello, World!" for "cell three" in the example.

📝 Summary

Hi, trying out marimo for the first time today- what a gorgeous experience, props to the whole team behind this.

I was following the tutorial and noticed a minor mistake in the fileformat tutorial - line 97 in the markdown cell about the file generated by marimo suggests it would contain

            text = mo.ui.text(value="Hello, World!")

🔍 Description of Changes

However, this line should be

            text = mo.ui.text(value=say_hello())

I've updated the fileformat.py tutorial accordingly.

This does not effect the functionality of the tutorial, only the accuracy.

Cheers, Matt

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.
  • I have read the CLA Document and I hereby sign the CLA.

📜 Reviewers

@akshayka OR @mscolnick

marimo generates `value=say_hello()`, not `value="Hello, World!"` for "cell three" in the example.
@vercel
Copy link

vercel bot commented May 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2025 0:13am

@github-actions
Copy link

github-actions bot commented May 31, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@killickm
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@akshayka
Copy link
Contributor

Thanks for the PR and for the kind words!

@akshayka akshayka merged commit 553ba03 into marimo-team:main May 31, 2025
20 of 34 checks passed
@github-actions
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.13.16-dev13

sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jun 28, 2025
marimo generates `value=say_hello()`, not `value="Hello, World!"` for
"cell three" in the example.

## 📝 Summary

Hi, trying out marimo for the first time today- what a gorgeous
experience, props to the whole team behind this.

I was following the tutorial and noticed a minor mistake in the
[fileformat
tutorial](https://github.com/marimo-team/marimo/blob/main/marimo/_tutorials/fileformat.py)
- line 97 in the markdown cell about the file generated by marimo
suggests it would contain
```python
            text = mo.ui.text(value="Hello, World!")
```

## 🔍 Description of Changes

However, this line should be 
```python
            text = mo.ui.text(value=say_hello())
```

I've updated the `fileformat.py` tutorial accordingly.

This does not effect the functionality of the tutorial, only the
accuracy.

Cheers, Matt

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.
- [x] I have read the CLA Document and I hereby sign the CLA.


## 📜 Reviewers

@akshayka OR @mscolnick
sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jul 7, 2025
marimo generates `value=say_hello()`, not `value="Hello, World!"` for
"cell three" in the example.

## 📝 Summary

Hi, trying out marimo for the first time today- what a gorgeous
experience, props to the whole team behind this.

I was following the tutorial and noticed a minor mistake in the
[fileformat
tutorial](https://github.com/marimo-team/marimo/blob/main/marimo/_tutorials/fileformat.py)
- line 97 in the markdown cell about the file generated by marimo
suggests it would contain
```python
            text = mo.ui.text(value="Hello, World!")
```

## 🔍 Description of Changes

However, this line should be 
```python
            text = mo.ui.text(value=say_hello())
```

I've updated the `fileformat.py` tutorial accordingly.

This does not effect the functionality of the tutorial, only the
accuracy.

Cheers, Matt

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.
- [x] I have read the CLA Document and I hereby sign the CLA.


## 📜 Reviewers

@akshayka OR @mscolnick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants