Skip to content

hpc-nuist-ap/Python-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-tutorial

1. Online preview (recommended)

Use this button to launch the tutorial in Binder: Binder

2. Local preview

  1. Download the latest anaconda package from TUNA

  2. Install anaconda by running the .sh or .exe file

  3. Add Anaconda to the system environment following this tutorial or any online tutorial

  4. Check whether the Anaconda environment is set successfully

    which conda
    
  5. Download this repository to your local directory

  6. Create the new environment in the terminal or cmd window

    conda env create -f environment.yml
    
  7. Activate the environment

    conda activate python_tutorial
    
  8. Test the jupyter notebook

    jupyter-notebook.exe
    # or jupyter-notebook
    

Releases

No releases published

Packages

No packages published