Skip to main content

Anaconda 3.0 User Guide

List of useful commands:

 

1. To Activate Anaconda (To be done only once)

   type the following command and enter

 /opt/anaconda3/bin/conda init bash

   logout using exit and Login again

 

2. To Activate Conda:

conda activate

 

3. To open Jupyter Notebook:

jupyter notebook --no-browser --ip=current_server_address --port=1818 

use current_server_address=10.119.2.17 for Kopri and port can be any 4 digit number

4.To use cplex in Anaconda:

type following command in conda environment
export PYTHONPATH=/opt/ibm/ILOG/CPLEX_Studio1210/cplex/python/3.7/x86-64_linux/build/lib/

5. To Deactivate Conda:

conda deactivate