implement increase max output
How am i supposed to increase my max output? I tried setting the variable through both marimo and through a terminal and it didnt do anything. I am setting the variable to 500mb
Solution:Jump to solution
you need to do it through the terminal, and then re-run your notebook from the same terminal (
export VAR
only lasts per terminal session)3 Replies
Solution
you need to do it through the terminal, and then re-run your notebook from the same terminal (
export VAR
only lasts per terminal session)is there a way to make it a permanent change?
you can add it to your bashrc or bashprofile