Skip to content

rexlintc/Math127

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Math127

Setup Instructions

  1. download Anaconda.
  2. create an environment
$ conda create --name [name_of_environment]
# to activate environment (for OSX)
$ source activate [name_of_environment]
# for Windows
$ activate [name_of_environment]
# install packages
$ conda install -n [name_of_environment] numpy scipy jupyter pandas scikit-learn seaborn
# install mrcfile
$ pip install mrcfile

Instructions to Run

  1. Open terminal/command prompt
  2. Activate your environment
# MAC OSX
$ source activate [environment_name]
# Windows
$ activate [environment_name]
  1. Open jupyter notebook
$ jupyter notebook

About

Final project on Electron Microscopy and 3D Reconstruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published