IPython Notebook Programming Environment
- Gediz GÜRSU
- Apr 5, 2016
- 1 min read

IPython Notebook is a python , html and JavaScript integration. Ipython itself is an extended python console. Jupyter notebook has further extended its capabilities to web. There is a lot advantages using python in web environment. The biggest advantage is easy visualization and sharing. As a reminder, python is a scripting language which allows you to import many libraries from other programming languages such as C, C++, java etc . Python is so practical to prototype and design software, it is widely used. Pythons both fundamental and cutting edge libraries are scientific. It also has a very practical package repository. You can obtain IPyhton Notebook by downloading Continium Dynamic's Anaconda environment. Following are some IPyhton examples : IPython Example : MANDELBROT FRACTALS
IPyhton Example : Calorie Count Web Site Parsing
IPython Example : Three.js and processing.js Integration

A working processing.js clock should have been drawn at output, however current chain of html snapshots are like matryoshka dolls*, thus a live snapshot cannot be provided. Nevertheless, it can be animated directly using shorter route of Wix->Javascript->Processing.js for demonstration purposes ... *( Wix ( HTML ( IPython ( Javascript (Processing.js (HTML ) ) ) ) ) ) ...
Comments