Skip to content

Commit a6a79bf

Browse files
authored
Update faq.md; Functions/classes now importable (#4941)
## 📝 Summary Update faq.md; Functions/classes now importable ## 🔍 Description of Changes Update faq.md; Functions/classes now importable ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] 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). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected. ## 📜 Reviewers @akshayka OR @mscolnick
1 parent 3ce961b commit a6a79bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ value. This is difficult to get working in Jupyter notebooks.
6767
marimo notebooks can be executed as Python scripts from the command-line (since
6868
they're stored as `.py` files). In contrast, this requires extra steps to
6969
do for Jupyter, such as copying and pasting the code out or using external
70-
frameworks. In the future, we'll also let you import symbols (functions,
71-
classes) defined in a marimo notebook into other Python programs/notebooks,
72-
something you can't easily do with Jupyter.
70+
frameworks. We also let you import symbols (functions, classes) defined in a
71+
marimo notebook into other Python programs/notebooks, something you can't
72+
easily do with Jupyter.
7373

7474
**Shareability.**
7575
Every marimo notebook can double as an interactive web app, complete with UI

0 commit comments

Comments
 (0)