mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Pointing to the 2.x branch in the Help menu.
This commit is contained in:
parent
d5c913c4c2
commit
655098b3c2
@ -226,7 +226,7 @@ class="notebook_app"
|
||||
sections = (
|
||||
(
|
||||
("http://ipython.org/documentation.html","IPython Help",True),
|
||||
("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/Index.ipynb", "Notebook Help", True),
|
||||
("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
|
||||
),(
|
||||
("http://docs.python.org","Python",True),
|
||||
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
|
||||
|
Loading…
Reference in New Issue
Block a user