Contents

notebook 7.1.2

0

Jupyter Notebook - A web-based notebook environment for interactive computing

Jupyter Notebook - A web-based notebook environment for interactive computing

Stars: 11113, Watchers: 11113, Forks: 4571, Open Issues: 1934

The jupyter/notebook repo was created 9 years ago and the last code push was 28 minutes ago.
The project is extremely popular with a mindblowing 11113 github stars!

How to Install notebook

You can install notebook using pip

pip install notebook

or add it to a project with poetry

poetry add notebook

Package Details

Author
License
BSD 3-Clause License - Copyright (c) 2001-2015, IPython Development Team - Copyright (c) 2015-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Homepage
PyPi:
https://pypi.org/project/notebook/
Documentation:
https://jupyter-notebook.readthedocs.io/
GitHub Repo:
https://github.com/jupyter/notebook

Classifiers

No  notebook  pypi packages just yet.

Errors

A list of common notebook errors.

Code Examples

Here are some notebook code examples and snippets.

GitHub Issues

The notebook package has 1934 open issues on GitHub

  • Port bugfix from jupyter_server
  • Inject session identifier into environment variable.
  • XSRF cookie path should be set to base_url instead of '/'
  • [FR/QST] How do I flush stdout in a %%script bash cell?
  • simple workaround to view .md file rendered
  • Fails to export to PDF via LaTeX with a table with LaTeX content
  • How do I turn on line wrapping in Google Colab?
  • assertDictContainsSubset was removed in Python 3.11
  • Regression: CSS styles in markdown not shown in v6.4.6
  • Jupyter notebook giving different answers on 2 different computers
  • [bug] notebook can't display images, but lab can
  • Pre-release plan for Notebook v7
  • No save icon, no 'file' menu in notebook
  • Autocomplete broke for long path
  • Connection failed A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration.

See more issues on GitHub

Related Packages & Articles