Marimo: Code Web Applications with Python Notebooks

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 15

  • @rushabhshah12200
    @rushabhshah12200 Місяць тому +14

    Always following you, you always come with new packages, libraries and other useful things which is very much helpful❤

  • @ralvarezb78
    @ralvarezb78 Місяць тому +1

    the package you showed here is perfect for my job doing reports and measurements

  • @ДаниилИмани
    @ДаниилИмани 26 днів тому

    00:39 - example of a marimo notebook
    01:03 - slider in marimo
    02:46 - running marimo as a web app
    03:36 - md from marimo to use markdown
    04:29 - dropdowns in marimo
    05:02 - creating a new marimo notebook
    08:19 - data labeler app in marimo
    08:35 - buttons in marimo; binding button events to functions
    08:50 - state in marimo
    09:30 - web app for comparing pokemon stats

  • @agraciag
    @agraciag Місяць тому +1

    Love this package, sure I will be using it, thank you!

  • @iSJ9y217
    @iSJ9y217 Місяць тому +1

    Also looks like a cool thing for teachers

  • @hariprasath7050
    @hariprasath7050 28 днів тому

    marimo package got inspired by Julia Pluto notebook Pluto it had these spec of marimo natively

  • @ehsangolinia
    @ehsangolinia Місяць тому +1

    Amazing 👍 thanks for video 🌹

  • @GoWithASmiles
    @GoWithASmiles Місяць тому +1

    Nice🎉🎉

  • @tiongah7690
    @tiongah7690 Місяць тому

    is this publishable in web?

  • @mugomuiruri2313
    @mugomuiruri2313 Місяць тому

    yo

  • @허종덕-s5r
    @허종덕-s5r Місяць тому

    Can you give me a hand? import mario as mo
    slider = mo.ui.slider(start=1, stop=10, step=2)
    Traceback (most recent call last):
    File "d:\Python\Dashboard\4. Code Web Applications.py", line 3, in
    slider = mo.ui.slider(start=1, stop=10, step=2)
    AttributeError: module 'mario' has no attribute 'ui'
    how to solve this problem?