marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
5.38k stars 157 forks source link

Opening "Home" in directory of only markdown notebooks is not navigable. External directory in general not navigable. #1593

Open dmadisetti opened 3 weeks ago

dmadisetti commented 3 weeks ago

Describe the bug

With no python notebooks, there's no "click to see markdown notebooks", so the home page is just stuck.

I wouldn't mind having this as a config option, since I mainly use markdown notebooks now.

image (There are a bunch of notebooks in here)

vs

image

Environment

Head

Code to reproduce

No response

dmadisetti commented 3 weeks ago

Related, for refresh: https://github.com/marimo-team/marimo/issues/1348

A workaround now is toggling "show notebooks", which does a refresh.

dmadisetti commented 3 weeks ago

OK- was doubly confused because:

$ marimo edit notes/

Lists directory of notes/, but then trying to edit one of the files opens up ./notebook.py instead of ./notes/notebook.py

mscolnick commented 3 weeks ago

oh that is indeed a bug - also if you are using markdown a lot, i can put "Include Markdown" checkbox state into local storage

dmadisetti commented 3 weeks ago

That would be nice! I think home in general has a lot of potential. Useful as is , because I can have multiple sessions- but no navigable way back to home and not much useful information on it.

Livebook image

I was going to share a picture of jupyter, but it's less useful than marimo