Conda Env List
Conda Env List
Numpy
Cập nhật
python -m pip install --upgrade pip
Cài đặt:
pip install numpy
pip install --user notebook
pip install --user tensorflow==1.15
conda install numpy
pip list -v
py -0
python –version
xóa
pip uninstall numpy
2. Conda
conda create --name Hung python=3.7
4. virtualenvwrapper
conda install virtualenvwrapper-win
5. Google Colab
!python –version
!which python
!echo $PYTHONPATH
%env PYTHONPATH=
!echo $PYTHONPATH
virtualenv NAME
conda for google colab
!pip install -q condacolab
import condacolab
condacolab.install()
import condacolab
condacolab.check()
refresh the kernel by opening the jupyter note book from vscode terminal
{
"workbench.colorCustomizations": {
"editor.background": "#141414"},
"launch": {
"configurations": [],
"compounds": []
},
"workbench.colorTheme": "One Dark Pro Flat",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"security.workspace.trust.untrustedFiles": "open",
"window.zoomLevel": 1,
"terminal.integrated.altClickMovesCursor": false
}
netstat -plnt