Does anybody have some experience with the iPython notebook?
How do you get started?

Recommended Answers

All 5 Replies

A distribution such as Anaconda make it easy to run iPython notebook without thinking of dependencies.

I aslo have Miniconda wish i run iPython notebook/Spyder for python 3.4 from.
Anaconda is closed enviroment so it would not affect orginal installed Python.
My main version that i use most is still Python 2.7
More about it here

The main drawback of ipython's notebook is its limited editing capabilities. A web browser is far from being as responsive as an IDE and most code editing features are missing.

The IPython Notebook seems to be made for scientific presentations and reports.
To show off things like numpy, matplotlib.pyplot, pylab, seaborn and guiqwt.pyplot. You can tweak your code and see the result in real time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.