/notebooks

Notebooks for Python and ML explorations

Primary LanguagePython

Stack

  • marimo notebooks
  • Keep it simple with venv and pip

Setting up

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}