/iclasses

Interactive programming classes

Primary LanguageJupyter NotebookMIT LicenseMIT

iclasses

Interactive programming classes

Quick Start Examples

Install
  1. Please first install miniconda (NOTE: ADD miniconda3 to PYTHONPATH). Then, install git. Then copy the following code to "anaconda prompt" terminal (application installed with miniconda):
conda create -n iclasses python=3 -y
conda activate iclasses
conda install numpy scipy matplotlib pandas jupyterlab ipywidgets -y
git clone https://github.com/nmc-costa/iclasses.git
cd iclasses
jupyter lab
  1. After installing, copy your folder to the Desktop.

  2. To start jupyter lab again:

conda activate iclasses
cd path\to\Desktop\iclasses
jupyter lab

Or you can click on start_jupyterlab_iclasses.bat for faster deployment.

NOTE: If file not working edit the file and change the line with your path\to\miniconda3:

SET PATH=path\to\miniconda3;path\to\miniconda3\Scripts;path\to\miniconda3\Library\bin;%PATH%