Skip to content

Instantly share code, notes, and snippets.

@anjijava16
Created June 25, 2022 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjijava16/3ed95e7e7e556bddc09a2953fdc0b46e to your computer and use it in GitHub Desktop.
Save anjijava16/3ed95e7e7e556bddc09a2953fdc0b46e to your computer and use it in GitHub Desktop.
mkdir delab_f
cd delab_f
python3 -m venv delab-venv
source delab-venv/bin/activate
pip install jupyterlab
jupyter lab --ip 0.0.0.0
PIP:
pip install awswrangler
Conda:
conda install -c conda-forge awswrangler
pypi.org
cp38_manylinux_x86_64
# Python whell
1. Download wheel Files
2. pip install wheel
# Upgrade
python -m pip install --upgrade pip
wheel unpack abc_linux.whl
python3.8 -m pip install --system --target ./ pandas
python3.8 -m pip install --system --target ./ numpy
python3.8 -m pip install --system --target ./ requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment