##// END OF EJS Templates
add broad description of 3.0
Min RK -
Show More
@@ -3,8 +3,30 b''
3 ============
3 ============
4
4
5
5
6 Release 3.0b1
6 Release 3.0
7 =============
7 ===========
8
9 Feburary, 2014
10
11 This is a really big release. Over 150 contributors, and almost 6000 commits in under a year.
12 Support for languages other than Python is greatly improved,
13 notebook UI has been significantly redesigned,
14 and a lot of improvement has happened in the experimental interactive widgets.
15 The message protocol and document format have both been updated,
16 while maintaining better compatibility with previous versions than prior updates.
17
18 3.x will be the last monolithic release of IPython,
19 as the next release cycle will see the growing project split into its Python-specific and language-agnostic components.
20 Language-agnostic projects (notebook, qtconsole, etc.) will move under the umbrella of the new Project Jupyter name,
21 while Python-specific projects (interactive Python shell, Python kernel, IPython.parallel)
22 will remain under IPython, and be split into a few smaller packages.
23 To reflect this, IPython is in a bit of a transition state.
24 The logo on the notebook is now the Jupyter logo.
25 When installing kernels system-wide, they go in a `jupyter` directory.
26 We are going to do our best to ease this transition for users and developers.
27
28 Big changes are ahead.
29
8
30
9 Using different kernels
31 Using different kernels
10 -----------------------
32 -----------------------
General Comments 0
You need to be logged in to leave comments. Login now