You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IPython Notebook/distribution/release-notes.html
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,29 @@
57
57
<body>
58
58
59
59
60
+
<aname="version-1.6"></a>
61
+
<h1>Version 1.6</h1>
62
+
63
+
<p>Note that this version requires OS X 10.9 / Mavericks. Do not install this version if you still need support for 10.8.</p>
64
+
65
+
<ul>
66
+
<li>Update to the 1.1.0 release of IPython Notebook to bring it up to the <ahref="http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html">1.0 series</a>.</li>
67
+
<li>Add the <ahref="http://scikit-learn.org">scikit-learn</a> module.</li>
68
+
<li>Various small user interface improvements.</li>
69
+
<li>Added a new <ahref="http://nbviewer.ipython.org/urls/raw.github.com/liyanage/ipython-notebook/master/Examples/OpenCV_example.ipynb">OpenCV example<a>, courtesy of <ahref="https://github.com/jesolem">Jan Erik Solem</a>.</li>
70
+
<li>Add support for full-screen mode.</li>
71
+
<li>Added ability to customize the notebook's CSS in the preferences, and added a default CSS that improves the appearance of Python code in cells by using the Menlo font.</li>
72
+
<li>Add ⌘-R shortcut to execute current cell.</li>
73
+
</ul>
74
+
75
+
60
76
<aname="version-1.4"></a>
61
77
<h1>Version 1.4</h1>
62
78
63
79
<ul>
64
80
<li>You can now add directories, such as your custom virtualenvs,
65
-
to the application’s PYTHONPATH in the preferences. This lets you add
66
-
modules in addition to the ones that come with the app or OS X.</li>
81
+
to the application’s PYTHONPATH in the preferences. This lets you add
82
+
modules in addition to the ones that come with the app or OS X.</li>
0 commit comments