Python
conda create -n py37 python=3.7
conda activate py37
python
quit()
conda install jupyter
mkdir projects
cd projects
mkdir python_tutorial
cd python_tutorial
jupyter notebook
Last updated
Was this helpful?
conda create -n py37 python=3.7
conda activate py37
python
quit()
conda install jupyter
mkdir projects
cd projects
mkdir python_tutorial
cd python_tutorial
jupyter notebook
Last updated
Was this helpful?