​Jupyter Notebook is an application widely used in Data Science domain for creating and sharing documents that contains Live code, Equations, Visualizations, and Explanatory text.
While Jupyter runs code in many programming languages, Python is a requirement(Python 3.3 or greater, or Python 2.7) for installing Jupyter Noteboook.
We recommend installing Python and Jupyter using the conda package manager. The miniconda distribution includes a minimal Python and conda installation.
Then you can install the notebook with:
$ conda install -c conda-forge notebook
If you use pip, you can install it with:
$ pip install notebook
To run the notebook, run the following command
$ jupyter-notebook
The source code is found on GitHub​
ICON SDK for Python development and execution requires the following environments.
Python
Version: Python 3.6+
IDE: Pycharm is recommended.
It can be installed using pip as follows:
$ pip install iconsdk