Skip to content
#

Jupyter Notebook

jupyter-notebook logo

The Jupyter Notebook is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

Here are 9,194 public repositories matching this topic...

holgersson32644
holgersson32644 commented May 2, 2020

Hi, I stumbled over a bug resp. mistake in your documentation.

Bug description

Your setup documentation contains call of

sudo echo something > file

which is ..well..entirely wrong. sudo echo will write to stdout, then the redirection with ">" will write it with user rights and this will fail as this example wants to add a debian repo to a location where only root can write.

Created by Jupyter Developers

Released December 2011

Latest release 6 days ago

Repository
jupyter/notebook
Website
jupyter.org

Related Topics

jupyter
You can’t perform that action at this time.