Welcome to CRIPT Tutorials
This repository holds a lot of helpful information for those learning CRIPT API.
-
Get your computer setup with Python and JupyterNotebooks/JupyterLab
-
Tutorial series in JupyterLab:
The tutorials are written in JupyterLab because it is an interactive environment. This means you can execute the python code directly in the tutorial document. This will hopeful leading to a more enjoyable and effective learn process than just reading a static document.
To start the tutorials follow these steps:
- Download tutorials (see below for download instructions)
- Open JupyterLab (Open 'Anaconda Navigator', Launch JupyterLab)
- Open “Part_1_CRIPT_tutorial.ipynb” in JupyterLab.
Tutorial series:
-
Explore additional supporting tutorials:
-
Add your own data
(Notes: JupyterNotebooks/JupyterLab only partially render on GitHub, and will look different when opened in JupyterLab) (If you just like to explore the completed tutorials check out this folder.)
Downloading Files from GitHub
- Option 1: Download all tutorial files
- To do this: be on the repository main page (likely the one you are already on). Click the green button labeled "Code", then click "download ZIP". You will now have the entire tutorial repository downloaded on your computer wherever your computer likes to put downloaded files.
- Option 2: Download single files
- Navigate to the file you like to download in the repository, click "Raw" at the header of the file. This will send you to the webpage of the raw file, then save this page (on Windows: Ctrl+S; or right click "Save as...").
- opening up Anaconda
- then open terminal from Anaconda
- type
pip uninstall cript
, then confirm yesy
- type
pip install --user C:/######/cript-0.0.2.tar.gz
(change file location and cript version)