Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an elementary list of files in the current directory #56

Closed
tschm opened this issue Aug 31, 2023 · 4 comments · Fixed by #709
Closed

Use an elementary list of files in the current directory #56

tschm opened this issue Aug 31, 2023 · 4 comments · Fixed by #709
Labels
enhancement New feature or request

Comments

@tschm
Copy link

tschm commented Aug 31, 2023

Description

I want to jump between different *.py files on the fly without the need to restart the marimo server

Suggested solution

A little window on the left that may disappear and pop up whenever user is hovering over the left area of the screen

Alternative

No response

Additional context

No response

@akshayka akshayka added the enhancement New feature or request label Aug 31, 2023
@akshayka
Copy link
Contributor

akshayka commented Sep 1, 2023

Do you need to have multiple notebooks open? Or would you be satisfied if the UI just let you switch between files, with every switch closing the current notebook (deleting its state from memory) and opening a new one?

@tschm
Copy link
Author

tschm commented Sep 4, 2023

@akshayka It would be nice to have them open all in parallel but their states should be kept strictly orthogonal.

@tschm
Copy link
Author

tschm commented Sep 4, 2023

I think you could have something like "marimo edit 'folder'", e.g. all the py files in folder would open

@akshayka
Copy link
Contributor

We haven't quite implemented this yet.

But for people who use VS Code (@tschm, if I recall you might not ...) -- we do have a marimo VS Code extension that basically provides this functionality from within VS Code itself:

https://marketplace.visualstudio.com/items?itemName=marimo-team.vscode-marimo

  • you can edit/run marimo notebooks after opening them in VS Code
  • there's a marimo panel that shows you all the marimo notebooks in your project directory

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants