Building Python Project From Scratch With Visual Studio Code / GitKraken (Jupyter Notebook Included)
Last updated
Last updated
First Of All, I Recommend You To Read and Articles.
Create Git Environment With Gitkraken, Set .gitignore File.
Determine Local Python Version With Pyenv.
If Pipenv is Not Installed In Your Local Python Version, Install It With pip install pipenv
Create A Virtual Environment With Pipenv:
pipenv install --python python-local-version
pipenv shell
pipenv --venv
Open Visual Studio Code With The code .
Command and Select The Virtual Environment You Created.
Ready.
pipenv install jupyter
pipenv run jupyter notebook
You Can Close The Jupyter Page That Opens. Create A Python File With .ipynb Extension In Visual Studio Code and That's It!
VSCode Browser Support: