Ilya I. Lubenets
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
I’m really sorry, but I’m forced to quit marimo because of this 😦
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
And inplace=True is not a great way to overcome this issue at all
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
Yeah, but this is ugly looking and raises too many questions when I want to export my code somewhere.
Can I just disable “dataflow graph” when I don’t need it? Experimenting in notebooks should be easier
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
@Akshay Well... another problem...
How do I use
for i in range(...)
loops in different cells if I always get i was defined by another cell
? using _i
is very ugly and less readable22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
Well, I double checked now and there is no problem with
_file
right now. Maybe that was a nightmare, idk. Sorry for bothering22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
Hm, so why my marimo was arguing about already defined _file?
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
Is there anything we could do with this? This is really annoying
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
UPD. Its getting more uncomfortable...
If i do
in one cell, I'm forced to use
_file
, __file
, ___file
, etc. on and on in other cells22 replies
Mmarimo
•Created by Ilya I. Lubenets on 10/1/2024 in #help-support
how to disable “defined by another cell” error?
Kinda sad, but okay, I can live with that
22 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
That super fast! Thank you!
15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
Wow, that was fast. Thank you! ❤️
15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
Yep, uv does a great job, but injecting deps in CLI outside of marimo is not a friendly way to do so. I’m only asking for ability to add and pin deps for nb without leaving marimo
15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
Imagine if I have two marimo notebooks. One of them is for downloading data via
bs4
package. And the second is for EDA via plotly
and pandas
. So if I want to send somebody only the first one - I need to include only bs4
dep for first nb to share, without plotly
and pandas
.15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
and also mark them to be installed with or without first run of the current nb (if only 5 out of 6 packages is used in the current nb)
15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
But still not that user-friendly. Maybe new section on sidebar with dependencies manager would be great. There I can install packages directly from marimo without waiting for
no module was found
and pop-up with installing option15 replies
Mmarimo
•Created by Ilya I. Lubenets on 9/22/2024 in #help-support
How do I share marimo notebooks as files properly?
Looks cool!
but it is:
uv add --script path/to/notebook.py scipy numpy torch
15 replies