Marimo: Code Web Applications with Python Notebooks

Поделиться
HTML-код
  • Опубликовано: 1 фев 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

  • @ДаниилИмани
    @ДаниилИмани 29 дней назад

    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

  • @ehsangolinia
    @ehsangolinia Месяц назад +1

    Amazing 👍 thanks for video 🌹

  • @GoWithASmiles
    @GoWithASmiles Месяц назад +1

    Nice🎉🎉

  • @hariprasath7050
    @hariprasath7050 Месяц назад

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

  • @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?