2.3 KiB
The Jupyter notebook
What's New in Jupyter Notebook: Release release-4.1.0
- 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
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
config public_server security frontend_config examples/Notebook/Distributing Jupyter Extensions as Python Packages extending/index.rst
contributing development_release development_faq
examples/Notebook/examples_index.rst examples/Notebook/What is the Jupyter Notebook examples/Notebook/Notebook Basics examples/Notebook/Running Code examples/Notebook/Working With Markdown Cells examples/Notebook/Custom Keyboard Shortcuts examples/Notebook/JavaScript Notebook Extensions examples/Notebook/Importing Notebooks examples/Notebook/Connecting with the Qt Console examples/Notebook/Typesetting Equations
examples/Notebook/nbpackage/mynotebook.ipynb examples/Notebook/nbpackage/nbs/other.ipynb
changelog
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>