Virtual Env #221
Replies: 2 comments 9 replies
-
Hi @stefanbringuier, welcome! Thanks for opening a discussion, Setting up a virtual environment is done prior to Instructions: Create a virtual environment called "marimo-env" (you can name it whatever you like).
Activate the environment (unix/macOS, let me know if you are running Windows):
Install marimo
When you're done working in the environment 4 To learn more:
|
Beta Was this translation helpful? Give feedback.
-
Hi, Daytona seems an interesting approach to consider for building development environment. Daytona.io is an open-source Development Environment Manager designed to simplify and streamline the process of setting up development environments[1][3]. Key features of Daytona include:
Daytona.io has gained significant traction since its launch, amassing over 6,700 GitHub stars[2]. The company has also secured $7 million in funding to advance its mission of simplifying development environments[2][4]. Daytona (can) rely on Docker as provider. https://www.youtube.com/watch?v=uL-TaEhvVwk provides an introduction to this tool https://www.youtube.com/watch?v=DmLj1fTQebw&t=30s provides an example with Jupyter Notebooks in Seconds - No Setup, Remote Access, GPU-Ready... It could probably be Marimo. I wonder if some of you have ever experiment it and have an (unbiased) opinion about it. Citations: Best regards |
Beta Was this translation helpful? Give feedback.
-
How does one setup a Python virtual environment? Is it done prior to
pip install marimo
or does amarimo
notebook have a mechanism for creating and manging virtual environments?Beta Was this translation helpful? Give feedback.
All reactions