You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.8 KiB

====================
The Jupyter notebook
====================
.. sidebar:: What's New in Jupyter Notebook
:subtitle: Release :ref:`release-4.1.0`
`Release Announcement <https://blog.jupyter.org/2016/01/08/notebook-4-1-release/>`_
- Cell toolbar selector moved to View menu
- Restart & Run All Cells added to Kernel menu
- Multiple-cell selection and actions including cut, copy, paste and execute
- Command palette added for executing Jupyter actions
- Find and replace added to Edit menu
To upgrade to the release:
``pip install notebook --upgrade``
or
``conda upgrade notebook``
.. toctree::
:maxdepth: 1
:caption: User Documentation
notebook
Installation <https://jupyter.readthedocs.org/en/latest/install.html>
Running the Notebook <https://jupyter.readthedocs.org/en/latest/running.html>
Migrating from IPython <https://jupyter.readthedocs.org/en/latest/migrating.html>
ui_components
.. toctree::
:maxdepth: 2
:caption: Configuration
config
public_server
security
frontend_config
extending/index
.. toctree::
:maxdepth: 1
:caption: Developer Documentation
development_intro
development_js
development_release
development_faq
.. toctree::
:maxdepth: 1
:caption: Community documentation
examples/Notebook/rstversions/Examples and Tutorials Index
.. toctree::
:maxdepth: 2
:caption: About Jupyter Notebook
changelog
.. toctree::
:maxdepth: 1
:caption: Questions? Suggestions?
Jupyter mailing list <https://groups.google.com/forum/#!forum/jupyter>
Jupyter website <https://jupyter.org>
Stack Overflow - Jupyter <https://stackoverflow.com/questions/tagged/jupyter>
Stack Overflow - Jupyter-notebook <https://stackoverflow.com/questions/tagged/jupyter-notebook>