Python
conda create -n py37 python=3.7conda activate py37python
quit()conda install jupytermkdir projects
cd projects
mkdir python_tutorial
cd python_tutorialjupyter notebookLast updated
Was this helpful?
conda create -n py37 python=3.7conda activate py37python
quit()conda install jupytermkdir projects
cd projects
mkdir python_tutorial
cd python_tutorialjupyter notebookLast updated
Was this helpful?