OPERATING SYSTEMSOS Linux

Add virtual environment in jupyter notebook | vscode | git | jupyter-notebook | ubuntu 22.04 | 2024

In this video I have covered how we can use jupyter notebook without anaconda, and basics of git and installation

=========================================================================================================

git:-
sudo apt-get install git
git config –global user.name “Your Name”
git config –global user.email “youremail@domain.com”
git init
git commit -m “first commit”
git remote add origin example
git push -u origin master

jupyter notebook:-
pip install –user ipykernel
python -m ipykernel install –user –name=myenv

=========================================================================================================

Topics Covered:
setup for programming with jupyter-notebook, and git
ubuntu setup for programming
ubuntu setup for developers
setup jupyter-notebook with anacoda
setup git in ubuntu
jupyter notebook
jupyter notebook tutorial
jupyter notebook python
jupyter notebook setup
Git cheat sheet

Thanks for watching, Please do like share and subscribe
keep watching keep supporting. Happy Learning.

source

ubuntu

2 thoughts on “Add virtual environment in jupyter notebook | vscode | git | jupyter-notebook | ubuntu 22.04 | 2024

Comments are closed.