Skip to content

Repository files navigation

machine-learning-playground

Commands

  1. Prepare virtual environment

    # Check the availability of virtualenv command
    pipx list
    
    virtualenv -p python3 venv
    source venv/bin/activate
  2. Install dependencies

    pip3 install        \
    -r requirements.txt
  3. Open jupyterlab server with virtual environment dependency

    source venv/bin/activate
    
    jupyter-lab             \
    --no-browser

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages