marimo
notebooks- Keep it simple with
venv
andpip
Clone the repo
~ git clone https://github.com/AchrafAsh/notebooks.git
Create a virtual environment with Python3.10:
~ python3 -m venv env
Enable commands
~ source config
Install dependencies
~ roll install
Add packages you want
~ roll add ${package}