Skip to content

CHCAA-EDUX/bootcamp-py-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHCAA's Introduction to 🐍

Technicalities

Cloud Service

UCloud

CHCAA Server

Worker-2-Jupyter

Local installation

If and only if you prefer to have your tools running locally (on your own machine), you should make sure to have Python 3.6+, git, a Unix terminal emulator, and Jupyter Notebook (or JupyterLab) installed. On Windows 10 machines, we suggest 'Ubuntu on Windows' (from the app store), which allows you to use Ubuntu Terminal and run Ubuntu command line utilities including bash and git. For Mac, you need to install Python 3.6+ and git. If Linux, well you're probably good.

Swiss army knife solution irrespective of OS: install Anaconda

!!!Disclaimer: We take no responsibility for your local installation.!!!

Prerequisites

For running in virtual environment (recommended) and assuming python3.6+ is installed.

$ sudo pip3 install virtualenv
$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate

Installation

Clone repository and install requirements

$ git clone git@github.com:knielbo/cds-visual.git
$ pip3 install -r requirements.txt

GPU acceleration

[TBA] for your desired CUDA version.

Repo structure

This repository has the following directory structure:

.
├── dat/
│   ├── README.md
│   └── series2d/
├── examples/
├── LICENSE.md
├── README.md
├── requirements.txt
└── src/

Course overview and readings

Contact details

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😈

Versioning

Authors

Kristoffer L. Nielbo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Software Carpentries

Releases

No releases published

Packages

No packages published