dmitmatveev / data_analytics-math_python_pandas

MIT License
0 stars 0 forks source link

[FEAT] Add pip update to the make `build-notebook` and `build-lab` #4

Closed dmitmatveev closed 2 years ago

dmitmatveev commented 2 years ago

Is your feature request related to a problem? Please describe.

When running make build-lab or make build-notebook I saw warning about old pip version using.
I think, it will be more clear to also update the pip before building the jupyter-notebook/lab (because, actually the building is a simple installing them by pip).

Any ideas how to solve?

Additional context Run:

C:\Apps\cygwin64\bin\make.exe -f "C:/Data/Job Tests/data_analytics-math_python_pandas/Makefile" -C "C:\Data\Job Tests\data_analytics-math_python_pandas" build-notebook
make: Entering directory '/cygdrive/c/Data/Job Tests/data_analytics-math_python_pandas

Logs:

WARNING: You are using pip version 22.0.4; however, version 22.1.1 is available.

You should consider upgrading via the 'C:\Users\dmitm\.virtualenvs\pipenv-data_analytics_test-fdDMlA_M\Scripts\python.exe -m pip install --upgrade pip' command

...