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
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?
Always following you, you always come with new packages, libraries and other useful things which is very much helpful❤
Glad you like the videos!
@@NeuralNine 😄
the package you showed here is perfect for my job doing reports and measurements
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
Love this package, sure I will be using it, thank you!
Also looks like a cool thing for teachers
marimo package got inspired by Julia Pluto notebook Pluto it had these spec of marimo natively
Amazing 👍 thanks for video 🌹
Nice🎉🎉
is this publishable in web?
yo
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?
import marimo ..... not mario