Akshay
Akshay
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
I think the issue is that the link used to work but no longer does
11 replies
Mmarimo
Created by apowers313 on 1/17/2025 in #help-support
Detect if running in marimo
4 replies
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
Another issue is that old is.gd links are no longer routing to the correct notebook, like this one: Wonky indeed. "For another example, look at https://is.gd/X512K1 - when I open this shortcut, it displays a different notebook than that link was created for. One that I made after that is.gd shortcut was created. I wonder what you will see."
11 replies
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
On the other hand, I am not having problems creating permalinks to long notebooks on Ubuntu, Google Chrome. I copied the code from your gist and created a new notebook from it on the playground. And the permalink worked just fine: https://marimo.app/l/6z1mo2
11 replies
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
One issue: creating a permalink for this notebook fails. It does not seem to do with the notebook length, since even after deleting all cells permalink creation fails, the next-router-state-tree header being extremely large. Here's the webasm link in a github gist: https://gist.github.com/rjbudzynski/7fc7b46e2dfe8311a490fbbfbadc61dc
11 replies
Mmarimo
Created by MontyCarleau on 1/6/2025 in #help-support
How can we define a project's root directory?
Makes sense — enabling those types of workflows is a goal of ours. If you have a suggestion of how you’d like to specify paths, all ears.
7 replies
Mmarimo
Created by john_helt on 1/6/2025 in #help-support
justify elements with vstack
No description
9 replies
Mmarimo
Created by MontyCarleau on 1/6/2025 in #help-support
How can we define a project's root directory?
What tools are you thinking of that expect/allow base directories to be specified in the toml file?
7 replies
Mmarimo
Created by MontyCarleau on 1/6/2025 in #help-support
How can we define a project's root directory?
The answer is modify sys.path, if that's your project structure. I personally would make processors a package and do an editable install of it, so I didn't need to modify sys.path. But I understand you may have other constraints.
7 replies
Mmarimo
Created by ultraeggroll._. on 12/31/2024 in #help-support
Unable to find hydra config
The working directory is the directory where marimo is started — this is what python does. We recommend using mo.notebook_dir() to construct paths relative to where the notebook file is
8 replies
Mmarimo
Created by Ash Blanc on 1/2/2025 in #help-support
Unable to connect github copilot on marimo notebook
I think the copilot connection is sometimes flaky. Can you try refreshing the page or restarting marimo?
7 replies
Mmarimo
Created by ATL on 1/2/2025 in #help-support
Trouble updating options in a multiselect
In particular don’t use the on_change method
5 replies
Mmarimo
Created by ATL on 1/2/2025 in #help-support
Trouble updating options in a multiselect
5 replies
Mmarimo
Created by ATL on 1/2/2025 in #help-support
Trouble updating options in a multiselect
Hi! One of marimo’s biggest rules is to avoid using callbacks. Can you try reading this: https://docs.marimo.io/guides/interactivity/
5 replies
Mmarimo
Created by ultraeggroll._. on 12/31/2024 in #help-support
Unable to find hydra config
Pass an absolute path to the config param? mo.notebook_dir() + “config/hydra” for example
8 replies
Mmarimo
Created by Benjamin on 12/26/2024 in #help-support
Cell.run() does not supports dict and dataframe arguments
Please do, that will help me track
6 replies
Mmarimo
Created by Benjamin on 12/26/2024 in #help-support
Cell.run() does not supports dict and dataframe arguments
Thanks for reporting, this is a bug; I can fix it.
6 replies
Mmarimo
Created by Andrés on 4/1/2024 in #archived-help-and-support
WASM notebooks for enterprise
@BlackHC, yes, that is now possible, thanks to work by @Myles Scolnick! You can export a local marimo notebook to a WASM-powered HTML file. Learn how here: https://docs.marimo.io/guides/exporting.html#export-to-wasm-powered-html
2 replies
Mmarimo
Created by Marcos on 4/11/2024 in #archived-help-and-support
if you mean self-host all what you need
@Marcos and @Sam Carey, it's now possible to export notebooks as WASM-powered HTML files for self hosting, thanks to work by @Myles Scolnick. Learn how here: https://docs.marimo.io/guides/exporting.html#export-to-wasm-powered-html
3 replies
Mmarimo
Created by khalido on 4/15/2024 in #archived-help-and-support
Webassembly
@khalido, it's now possible to create WASM-powered HTML files out of notebooks locally, without going through our playground, thanks to work by @Myles Scolnick. Learn how here: https://docs.marimo.io/guides/exporting.html#export-to-wasm-powered-html
5 replies